lib.haxe.org

structs

Structs is a library to work with arrays of c-like unboxed structures. It's an optimization and compatibility library, so it's made to achieve the best performance as possible on its platforms while also being able to create structures interoperable with native C code. On Flash9, it uses flash's Memory API. Also it is intended to make the own "boxed" structures (classes) to work in an optimized way when necessary.
Version
0.0.1
Owner
waneck
License
BSD

History

  • 2011-10-20 18:15:41
    0.0.1
    Initial version. Unstable API, support for flash9, js, cpp and neko. No optimizations yet.