joka 0.0.27
A nogc utility library.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
🃏 Joka
Joka is a nogc utility library for the D programming language. It provides data structures and functions that work without garbage collection, offering precise memory control and minimal runtime overhead.
Modules
- joka.ascii: ASCII string utilities
- joka.cli: Command-line parsing utilities
- joka.containers: Heap-allocated data structures
- joka.io: Input and output functions
- joka.math: Mathematical data structures and functions
- joka.memory: Functions for dealing with memory
- joka.types: Type definitions and compile-time utilities
Versions
- JokaCustomMemory: Allows the declaration of custom memory allocation functions (
jokaMalloc
, ...).
WebAssembly
This project supports WebAssembly with BetterC, but you'll need something like Emscripten to make it work.
If you encounter errors with BetterC, try using the -i
flag.
Documentation
Start with the examples folder for a quick overview. To try an example, run:
rdmd -Isource examples/hello.d
Why are you not using X library?
Because I like code that looks like C, whereas most people write code that looks like C++. And compile times. Joka compiles blazingly fast compared to similar libraries!
- 0.0.27 released 22 days ago
- Kapendev/joka
- MIT
- Copyright © 2024, Alexandros F. G. Kapretsos
- Authors:
- Dependencies:
- none
- Versions:
-
0.0.29 2025-Jun-20 0.0.28 2025-Jun-14 0.0.27 2025-Jun-08 0.0.26 2025-Jun-07 0.0.25 2025-May-30 - Download Stats:
-
-
0 downloads today
-
3 downloads this week
-
19 downloads this month
-
249 downloads total
-
- Score:
- 1.4
- Short URL:
- joka.dub.pm