Skip to content

v6.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 16:35

Fixed

  • Build universal binary for M1 (Apple silicon) (#781) (26ea717) (Vincent Weevers)
  • Make db.clear() 27x faster by doing it natively (aedf49e) (Vincent Weevers)
  • Optimize db.iterator() (112906b) (Vincent Weevers)
  • Cleanup hanging iterator also when next() errored (7356ba4) (Vincent Weevers)
  • Prevent GC of db during clear() and other operations (9a3f59a) (Vincent Weevers).