Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Initial Build

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryanpoulos ryanpoulos released this 13 Nov 22:24
· 342 commits to master since this release

Initial build of the Memory Manager Library.

Changelog (since last release):
0.1.0:

  • Pointer allocation, deallocation, copying, swapping, etc.
  • Read/write pointer methods for scalars and 1D arrays (I8-64, U8-64, SGL, DBL, Bool).
  • Safe vs. Unsafe methods.