{"id":36650029,"url":"https://github.com/drobilla/zix","last_synced_at":"2026-01-12T10:04:27.613Z","repository":{"id":45752749,"uuid":"405256294","full_name":"drobilla/zix","owner":"drobilla","description":"A lightweight C library of portability wrappers and data structures","archived":false,"fork":false,"pushed_at":"2025-12-01T16:18:25.000Z","size":1475,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T05:40:15.108Z","etag":null,"topics":["b-tree","c","data-structures","filesystem","hash","hash-table","ringbuffer","threads"],"latest_commit_sha":null,"homepage":"https://gitlab.com/drobilla/zix","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drobilla.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-11T01:43:42.000Z","updated_at":"2025-12-01T16:18:29.000Z","dependencies_parsed_at":"2024-06-04T21:16:20.226Z","dependency_job_id":"ec417608-8550-4526-9398-1e02623e6f27","html_url":"https://github.com/drobilla/zix","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/drobilla/zix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drobilla%2Fzix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drobilla%2Fzix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drobilla%2Fzix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drobilla%2Fzix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drobilla","download_url":"https://codeload.github.com/drobilla/zix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drobilla%2Fzix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["b-tree","c","data-structures","filesystem","hash","hash-table","ringbuffer","threads"],"created_at":"2026-01-12T10:04:27.553Z","updated_at":"2026-01-12T10:04:27.600Z","avatar_url":"https://github.com/drobilla.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zix\n===\n\nZix is a lightweight C library of portability wrappers and data structures.\n\nComponents\n----------\n\n* Allocation\n\n  * `ZixAllocator`: A customizable allocator.\n    * `ZixBumpAllocator`: A simple realtime-safe \"bump-pointer\" allocator.\n\n* Algorithms\n\n  * `zix/digest.h`: Digest functions suitable for hashing arbitrary data.\n\n* Data Structures\n\n  * `ZixBTree`: A page-allocated B-tree.\n  * `ZixHash`: An open-addressing hash table.\n  * `ZixRing`: A lock-free realtime-safe ring buffer.\n  * `ZixTree`: A binary search tree.\n\n* Threading\n\n  * `ZixSem`: A portable semaphore wrapper.\n  * `ZixThread`: A portable thread wrapper.\n\n* File System\n\n  * `zix/filesystem.h`: Functions for working with filesystems.\n  * `zix/path.h`: Functions for working with filesystem paths lexically.\n\n* Environment\n\n  * `zix/environment.h`: Function to expand shell-style variables in a string.\n\nPlatforms\n---------\n\nZix is continually tested on:\n\n  * Debian 11 (x86, x64, arm32, and arm64)\n  * Fedora 36 (x64)\n  * FreeBSD 14 (x64)\n  * MacOS 14 (M2)\n  * Node 12 (as wasm via emscripten 2.0.12)\n  * Windows 10 (x64)\n\nDependencies\n------------\n\nNone,\nexcept the C standard library,\nand some POSIX and platform-specific APIs where necessary.\n\nDocumentation\n-------------\n\n  * [Installation Instructions](INSTALL.md)\n  * [API reference (single page)](https://drobilla.gitlab.io/zix/doc/singlehtml/)\n  * [API reference (paginated)](https://drobilla.gitlab.io/zix/doc/html/)\n  * [Test Coverage](https://drobilla.gitlab.io/zix/coverage/)\n\n -- David Robillard \u003cd@drobilla.net\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrobilla%2Fzix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrobilla%2Fzix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrobilla%2Fzix/lists"}