Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 13:17

1.0.0 (2023-05-16)

⚠ BREAKING CHANGES

  • move back to rusty_pool as it has no memory leaks
  • move to threadpool, fix excess memory usage

Features

  • add c_functions.rs (4323904)
  • add preliminary c_functions.rs code (2060eb6)
  • breeze.rs: make parse_files take in a number of jobs (db2c87c)

Bug Fixes

  • c_functions: correct ManuallyDrop scope (9c289c3)
  • c_functions: fix memory leak in test (3488255)

Performance Improvements

  • don't create many norg languages (4f8bca8)
  • move to threadpool, fix excess memory usage (7c158ae)

Code Refactoring

  • move back to rusty_pool as it has no memory leaks (3683c0c)