as-json icon indicating copy to clipboard operation
as-json copied to clipboard

Virtual - Use Boyer-Moore searching algorithm to find keys to objects for fast searching of long strings

Open JairusSW opened this issue 1 year ago • 0 comments

Boyer-Moore becomes faster for longer strings. Massive datasets can be parsed with less than O(n)

JairusSW avatar Jan 20 '24 21:01 JairusSW