JairusSW / as-json

The only JSON library you'll need for AssemblyScript. SIMD enabled
MIT License
79 stars 15 forks source link

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

Open JairusSW opened 10 months ago

JairusSW commented 10 months ago

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