An open API service indexing awesome lists of open source software.

https://github.com/karitham/zig-fcfs

A hashmap first-come-first-serve basic implementation in zig
https://github.com/karitham/zig-fcfs

Last synced: 3 months ago
JSON representation

A hashmap first-come-first-serve basic implementation in zig

Awesome Lists containing this project

README

        

# zig-fcfs

Basic FCFS hashmap implemented in zig.

Extremely simple and readable code, mostly made to play around with zig's typing, and to learn how to build a hashmap.

The implementation is fully generic, in approximately 150 loc (doesn't include the hashing algorithm).

See the doc comment for details.