Monday, 27 October 2025

Show HN: Ordered – A sorted collection library for Zig https://bit.ly/3L8Iwlo

Show HN: Ordered – A sorted collection library for Zig I made an early version of a sorted collection library for Zig. Sorted collections are data structures that maintain the data in sorted order. Examples of these data structures are `java.util.TreeMap` in Java and `std::map` in C++. These data structures are mainly used for fast lookups (point search) and fast range searches. The library is available on GitHub: https://bit.ly/47Ja2hY October 28, 2025 at 06:26AM

No comments:

Post a Comment