Sean
Sean
> It feels weird that the Zig language is currently tied to the standard library by `std.builtin`. > > If status quo is maintained the Zig language specification is going...
I have found something interesting related to this. **Most** world sizes over 12 crash, but if the world size is a solution to 12*3^x (where x is a positive integer)...
As it stands, the two main things holding me back from submitting this PR as is are: 1. Most obviously, the checks for windows don't pass, and the logs for...
> https://github.com/ziglang/zig/pull/18715 has been merged, so you'll need to rebase and fix the conflicts While resolving the conflicts, I removed the `DISABLE_NEWLINE_AUTO_RETURN` declaration, as in this PR, it would be...
Closing this PR for the time being, as progress has been slow, and it is currently based off of my master branch (I thought this would be much simpler than...
Alright, I've finally gotten around to doing some benchmarks. If you want to run the benchmark on your own machine, all of the code is at [this repo](https://github.com/SeanTheGleaming/zig-hashmap-bench), and you...
I should note that the project has recently been updated to 0.14.0, and been given an MIT license. Additionally, Zig's MIT license is now properly attributed in the source. Courtesy...