joka 0.0.22

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.

Documentation

Start with the examples folder for a quick overview. To test an example, run something like:

dmd -run scripts/run.d 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!

Authors:
  • Alexandros F. G. Kapretsos
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
Show all 23 versions
Download Stats:
  • 0 downloads today

  • 8 downloads this week

  • 25 downloads this month

  • 196 downloads total

Score:
1.3
Short URL:
joka.dub.pm