joka 0.0.21
A simple 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.
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!
- Registered by Alexandros F. G. Kapretsos
- 0.0.21 released 22 days ago
- Kapendev/joka
- MIT
- Copyright © 2024, Alexandros F. G. Kapretsos
- Authors:
- Dependencies:
- none
- Versions:
-
0.0.22 2025-Mar-30 0.0.21 2025-Mar-15 0.0.20 2025-Feb-18 0.0.19 2025-Jan-27 0.0.18 2025-Jan-23 - Download Stats:
-
-
0 downloads today
-
8 downloads this week
-
25 downloads this month
-
196 downloads total
-
- Score:
- 1.3
- Short URL:
- joka.dub.pm