Abdiel Lopez

Results 12 issues of Abdiel Lopez

Show a diagram of the "worker" threads grabbing from a queue of Job's.

I've been perpetually somewhat disturbed by the idea of threads... they are a software/OS primitive, and they have a large overhead! Goroutines are a huge step in the righthdirection, and...

**Describe the bug** ### Prowl.Player on MacOS through VS Code note: vs code will cache the last "Run and Debug" so go to the sidebar to switch between Prowl.Editor and...

bug
help wanted

Is it possible to satisfy optimized field arrangement without re-ordering fields at compile time? Yes. Just force the developer to align fields in an optimized order, and throw a compiler...

Image the following code: ```go type Person { public string Name } type Zombie extends Person { public int32 InfectionAmount } interface IName { public func GetName() } ``` With...

In Rust `none` is the default value. Since golang automatically zero intializes all values it would be nice to check if a value is zero initialized

Imagine the following syntax for errors ```go // this function will return an error or int32 (zig handles errors this way) // I think zig uses a union? func add(a,...

![image](https://github.com/HexaEngine/HexaEngine/assets/48071553/cfd1568a-078e-415b-968a-3bbee8b60d8e)