JalonSolov
JalonSolov
Small changes are better, unless a large change is necessary. Keep the Unix philosophy of "do one thing and do it well" as much as possible, but don't hamstring changes...
Nothing worthy of a PR, yet. Other priorities have intruded.
https://github.com/Comcast/gaad
https://github.com/Comcast/gaad
Please don't characterize V as a "transpiler to C". Yes, that is the current default. However, it is one of only 3 types of backend now (with more being considered),...
I'd say `usize` if a variable sized type is needed. Unless someone has a _very_ good reason why you should be able to allocate negative amounts of memory...
Until V gets a way to stream files to disk, there's no real way to avoid that 1.9G file in memory. Besides, 1.9G file in memory is no big deal...
I would just use `like` instead of coming up with some sort of symbols to represent it.
Interesting. Looks odd, but doesn't change the code (other than visually).
That's obviously Go code - can you provide a link to the full source?