node-cidr-matcher icon indicating copy to clipboard operation
node-cidr-matcher copied to clipboard

Add benchmarks for netparser & net.BlockList

Open redneb opened this issue 2 years ago • 0 comments

This PR adds benchmarks for netparser, (which seems to use binary search to implement matching and is therefore quite fast) and the node.js built-in net.BlockList which was added in node.js v15 (and seems to be implemented in C++).

redneb avatar Sep 02 '21 15:09 redneb