Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
- [yamafaktory/hypergraphz](https://github.com/yamafaktory/hypergraphz) : HypergraphZ - A Hypergraph Implementation in Zig.
- [williamw520/toposort](https://github.com/williamw520/toposort) : Topological sort library that produces topological ordered nodes and dependence-free subsets.
- [kobolds-io/stdx](https://github.com/kobolds-io/stdx) : Helpful extensions to the zig standard library.
- [CogitatorTech/ordered](https://github.com/CogitatorTech/ordered): A sorted collection library (sorted sets and sorted maps) for Zig

## String Processing

Expand Down Expand Up @@ -257,6 +258,7 @@
- [GabrieleInvernizzi/zig-prompter](https://github.com/GabrieleInvernizzi/zig-prompter) : A flexible library for building interactive command line prompts.
- [kioz-wang/zargs](https://github.com/kioz-wang/zargs) : Another Comptime-argparse for Zig.
- [xcaeser/zli](https://github.com/xcaeser/zli) : 📟 Zig command-line interfaces made easy. A blazing fast CLI framework. Build ergonomic, high-performance command-line tools with zig.
- [CogitatorTech/chilli](https://github.com/CogitatorTech/chilli): Chilli 🌶️ is a minimalistic CLI framework for Zig.

Check failure on line 261 in README.md

View workflow job for this annotation

GitHub Actions / runner / misspell

[misspell] reported by reviewdog 🐶 "Chilli" is a misspelling of "Chili" Raw Output: ./README.md:261:67: "Chilli" is a misspelling of "Chili"

Check failure on line 261 in README.md

View workflow job for this annotation

GitHub Actions / runner / misspell

[misspell] reported by reviewdog 🐶 "chilli" is a misspelling of "chili" Raw Output: ./README.md:261:17: "chilli" is a misspelling of "chili"

## Memory Allocator and Management

Expand Down Expand Up @@ -345,6 +347,7 @@
- [squeek502/zua](https://github.com/squeek502/zua) : An implementation of Lua 5.1 in Zig, for learning purposes.
- [Vexu/bog](https://github.com/Vexu/bog) : Small, strongly typed, embeddable language.
- [fury](https://github.com/fury-lang/fury) : Fury, a gradual, safe systems language.
- [Element 0](https://github.com/Element0Lang/element-0): A small embeddable Lisp dialect written in Zig.

## FFI Bindings

Expand Down Expand Up @@ -447,6 +450,7 @@
- [clebert/llama2.zig](https://github.com/clebert/llama2.zig) : Inference Llama 2 in pure Zig.
- [renerocksai/gpt4all.zig](https://github.com/renerocksai/gpt4all.zig) : ZIG build for a terminal-based chat client for an assistant-style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMa.
- [EugenHotaj/zig_gpt2](https://github.com/EugenHotaj/zig_gpt2) : Neural Network Inference Engine in Zig. GPT2 inference engine written in Zig. The inference engine can run [NanoGPT](https://github.com/karpathy/nanoGPT).
- [CogitatorTech/zigformer](https://github.com/CogitatorTech/zigformer): ZigFormer is an transformer-based LLM implemented in pure Zig

## Database

Expand Down