The biggest little array you've ever seen.
-
I just used my Rolex lexer generator to generate a 5.7MB C# file and at least 95% of it is a single array of integers. How's that for testing the limits of C# arrays?
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
I just used my Rolex lexer generator to generate a 5.7MB C# file and at least 95% of it is a single array of integers. How's that for testing the limits of C# arrays?
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
And here I were thinking that my Rolex is just for telling time, oh sorry, just noted it is a Lolex, made in ... :-D
-
I just used my Rolex lexer generator to generate a 5.7MB C# file and at least 95% of it is a single array of integers. How's that for testing the limits of C# arrays?
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
In my student days, upon finding the book 'A Million Random Digits with 100,000 Normal Deviates[^], simply because I was fascinated by the madness of publishing a whole book of random numbers. In the Numerical Methods course, we had been through the theory of random number generator. The cost of the book was something like USD 150. It would be a great thing to pass around at parties with other Comp.Sci. students. Well, I didn't spend the USD 150. Every now and then I regret it. As my link shows, it is still available, but my friends are different now; they don't see the absurdity / humor of it. If I need a million integers, a generator would fit in a lot less space than 5.7 Mbytes. (Btw: What makes a file of a million or so integers C#)? I'd think it was either binary or ASCII/ISO8859/UTF8, but neither is language dependent!)
-
In my student days, upon finding the book 'A Million Random Digits with 100,000 Normal Deviates[^], simply because I was fascinated by the madness of publishing a whole book of random numbers. In the Numerical Methods course, we had been through the theory of random number generator. The cost of the book was something like USD 150. It would be a great thing to pass around at parties with other Comp.Sci. students. Well, I didn't spend the USD 150. Every now and then I regret it. As my link shows, it is still available, but my friends are different now; they don't see the absurdity / humor of it. If I need a million integers, a generator would fit in a lot less space than 5.7 Mbytes. (Btw: What makes a file of a million or so integers C#)? I'd think it was either binary or ASCII/ISO8859/UTF8, but neither is language dependent!)
It's a DFA state machine lexer for the C# language, so it's pretty expansive.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix