Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

v0.1.1 - optimization & compatibility

Compare
Choose a tag to compare
@hlef hlef released this 11 Sep 08:29
· 6 commits to master since this release

Notable changes:

  • Use only one buffer instead of two in the fill_map function. This allows global memory usage and performance improvements.
  • Avoid use of non-trivial initializers when possible.
  • Add missing casts after malloc.
  • Move macros to header file.