simdjson-java icon indicating copy to clipboard operation
simdjson-java copied to clipboard

A Java version of simdjson, a high-performance JSON parser utilizing SIMD instructions

Results 28 simdjson-java issues
Sort by recently updated
recently updated
newest added
trafficstars

issue: https://github.com/simdjson/simdjson-java/issues/59

> hello, piotrrzysko, In many business scenarios, parsing multi value from json only requires path array as parameters and get the string type value only one time, usage like hive's...

When you try to parse JSON that has field with type (for ex.) double and value of that field is null, then it throws and exception. That PR will allow...

Hello, the project is very good. Recently, during testing with JMH, it was found that errors occur in multi-threaded environments. Does it currently not support multi-threaded concurrency?

hello, piotrrzysko, thank you for your guidance. I implemented the function to parse values ​​on multiple json paths at the same time, based on OnDemandJsonIterator. Advantages of PathsBasedJsonParser - Avoid...

Patch replaces existing bulky handling for pulling in the last, second last, and third last byte of the previous byte vector chunk in Utf8Validator with an optimized constant input Vector.slice...

If a JSON stream contains an integer number, `SimdJsonParser` will throw a parse exception if it's given a schema where that number is represented as a double. This applies to...

I have been experimenting with Utf8Validator and find that existing handling uses three lookup tables which are indexed by upper and lower nibbles of first byte and upper nibble of...