m3 0.0.2

manual memory management 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:

m3

###manual memory management for the D programming language

m3 is an attempt to use the most important parts of the language without a GC

Currently you can

  • use a shared and a unique pointer which manage the lifetimes
  • use a dynamic array (similar to D's builtin dynamic arrays or std::vector from C++)
  • use a double linked list
  • use a stack
  • use a HashMap (similar to D's builtin associative arrays or std::map from C++)
  • allocate arrays
  • append existing arrays
  • allocate and assign structs and basic types
  • allocate classes on stack and heap
  • convert basic types from and to strings
  • format strings
  • read from files and write to files
  • convert your data to UTF16 and UTF32
Authors:
  • Randy Schütt
Dependencies:
none
Versions:
0.0.7 2015-Apr-08
0.0.6 2015-Mar-04
0.0.5 2015-Mar-03
0.0.4 2015-Feb-25
0.0.3 2015-Feb-24
Show all 8 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 283 downloads total

Score:
0.9
Short URL:
m3.dub.pm