Skip to content

Megalodon 0.1.2

Compare
Choose a tag to compare
@phuang1024 phuang1024 released this 14 Mar 04:39
· 1225 commits to main since this release

Bit processing instructions were greatly optimized in this release.
The NPS increased from 200k to 240K.

This release also includes the Depth First Search algorithm used in versions preceding v0.1.0.
You can choose what search algorithm (BFS or DFS) to use.
The engine defaults to BFS, which is much faster.