hanabi1224 / hanabi1224/Programming-Language-Benchmarks
binarytree Zig canonical optimization
Open
- Dominant language
- C#
- Stars
- 800
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
The Zig program for binary tree stores the allocator inside the Node struct.
In a real-world Zig program, one would probably use a global allocator instead , which reduces the struct size significantly and thus should improve performance measurably.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.