Skip to content

1.1

Compare
Choose a tag to compare
@Frangible Frangible released this 28 Jun 01:01
· 24 commits to master since this release

Most all GET ops and processing now can happen in a background web worker thread (if enabled), less blocking on main thread.

Inlining and better loop unrolls for faster bit ops. (main thread / normal use)

Improved logging.

Moved try/catch out of main functions so doesn't block V8 optimizations.

Added old cache detection and purging.

Bugfix for max idx z constraint not being enforced.