Skip to content

Commit

Permalink
Speed-up matching by using raw Uint32Array instead of view (#96)
Browse files Browse the repository at this point in the history
* Speed-up matching by using raw Uint32Array instead of view
* Release v0.6.4
  • Loading branch information
remusao committed Feb 4, 2019
1 parent 05364c7 commit ae284f1
Show file tree
Hide file tree
Showing 6 changed files with 2,266 additions and 1,203 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

*not released yet*

## 0.6.4

*2019-02-04*

* [perf] Speed-up matching by using raw Uint32Array instead of view [#96](https://github.com/cliqz-oss/adblocker/pull/96)
* Average time to process request is now 0.007 ms (instead of 0.028
after implementing lazy loading). This is now even faster than ever (our
previous speed was ~0.008 ms per request).

## 0.6.2

*2019-01-30*
Expand Down
Loading

0 comments on commit ae284f1

Please sign in to comment.