Skip to content

Commit f10972f

Browse files
authored
refactor(api): Optimize data structures to avoid unnecessary allocations and enable parallel searches (#18)
Initial data structures aimed at faster execution. --------- Co-authored-by: Bernard Brenyah <pimpfada@gmail.com>
1 parent 77c74fc commit f10972f

26 files changed

+1691
-1580
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.2.0
2+
3+
### Features
4+
5+
- Refactor (completely) API for string interning and parallel searches
6+
17
## v0.1.3
28

39
### Features
@@ -31,4 +37,3 @@
3137

3238
- keywords not exceeding 5 items (#3)
3339
- Added tag trigger to CI workflow (#2)
34-

0 commit comments

Comments
 (0)