• Stars
    star
    22
  • Rank 1,014,441 (Top 21 %)
  • Language
    Zig
  • License
    MIT License
  • Created almost 6 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A general-purpose memory allocator for Zig

Ziegfried

Ziegfried

Ziegfried ("Zig-free()-d") is a general-purpose memory allocator for the Zig programming language, loosely based on the principles of Hoard: A Scalable Memory Allocator for Multithreaded Applications by Emery D. Berger, Kathryn S. McKinley, Robert D. Blumofe, and Paul R. Wilson, and with some additional influence from Miser - A Dynamically Loadable Memory Allocator for Multi-Threaded Applications by Barry Tannenbaum.

Ziegfried is still under developement.

License

Ziegfried is made available under the MIT License.