joka 0.0.23
A nogc utility library for the D programming language.
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.containers: Heap-allocated data structures
- joka.io: Input and output functions
- joka.math: Mathematical data structures and functions
- 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.
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.23 released 8 months ago
- Kapendev/joka
- MIT
- Copyright © 2024, Alexandros F. G. Kapretsos
- Authors:
- Dependencies:
- none
- Versions:
-
Show all 50 versions0.1.6 2025-Dec-12 0.1.5 2025-Dec-10 0.1.4 2025-Dec-07 0.1.3 2025-Dec-05 0.1.2 2025-Dec-03 - Download Stats:
-
-
3 downloads today
-
7 downloads this week
-
41 downloads this month
-
381 downloads total
-
- Score:
- 1.3
- Short URL:
- joka.dub.pm