Zig ordered-collections

Open-source Zig projects categorized as ordered-collections

Zig ordered-collection Projects

ordered-collections
  1. ordered

    A sorted collection library (sorted sets and sorted maps) for Zig

    Project mention: Show HN: Ordered – A sorted collection library for Zig | news.ycombinator.com | 2025-10-27

    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://github.com/CogitatorTech/ordered

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Zig ordered-collections discussion

Log in or Post with

Zig ordered-collections related posts

  • Show HN: Ordered – A sorted collection library for Zig

    1 project | news.ycombinator.com | 27 Oct 2025

Index

# Project Stars
1 ordered 37

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Zig is
the 17th most popular programming language
based on number of references?