Skip to content

Release v0.5.0

Latest
Compare
Choose a tag to compare
@vincentdchan vincentdchan released this 23 Nov 02:54
· 2 commits to master since this release
  • performance enhancement
    • use mmap() for code generation, to avoid memory copy
    • use Slice<> structure to avoid memory copy
    • parallel codegen
  • auto mkdir when output dir doesn't exist
  • fix: minor bugs
  • export C-API for easily integration
  • remove boost::thread, for better build experience
  • add ghc::filesystem instead of writing Path.h myself