You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
163
163
-[yamafaktory/hypergraphz](https://github.com/yamafaktory/hypergraphz) : HypergraphZ - A Hypergraph Implementation in Zig.
164
164
-[williamw520/toposort](https://github.com/williamw520/toposort) : Topological sort library that produces topological ordered nodes and dependence-free subsets.
165
165
-[kobolds-io/stdx](https://github.com/kobolds-io/stdx) : Helpful extensions to the zig standard library.
166
+
-[CogitatorTech/ordered](https://github.com/CogitatorTech/ordered): A sorted collection library (sorted sets and sorted maps) for Zig
166
167
167
168
## String Processing
168
169
@@ -257,6 +258,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
257
258
-[GabrieleInvernizzi/zig-prompter](https://github.com/GabrieleInvernizzi/zig-prompter) : A flexible library for building interactive command line prompts.
258
259
-[kioz-wang/zargs](https://github.com/kioz-wang/zargs) : Another Comptime-argparse for Zig.
259
260
-[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.
261
+
-[CogitatorTech/chilli](https://github.com/CogitatorTech/chilli): Chilli 🌶️ is a minimalistic CLI framework for Zig.
260
262
261
263
## Memory Allocator and Management
262
264
@@ -345,6 +347,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
345
347
-[squeek502/zua](https://github.com/squeek502/zua) : An implementation of Lua 5.1 in Zig, for learning purposes.
-[fury](https://github.com/fury-lang/fury) : Fury, a gradual, safe systems language.
350
+
-[Element 0](https://github.com/Element0Lang/element-0): A small embeddable Lisp dialect written in Zig.
348
351
349
352
## FFI Bindings
350
353
@@ -447,6 +450,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
447
450
-[clebert/llama2.zig](https://github.com/clebert/llama2.zig) : Inference Llama 2 in pure Zig.
448
451
-[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.
449
452
-[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).
453
+
-[CogitatorTech/zigformer](https://github.com/CogitatorTech/zigformer): ZigFormer is an transformer-based LLM implemented in pure Zig
0 commit comments