Skip to content

issues Search Results · repo:simdjson/simdjson-java language:Java

Filter by

32 results
 (97 ms)

32 results

insimdjson/simdjson-java (press backspace or delete to remove)

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?
  • wycst
  • 4
  • Opened 
    on Nov 27, 2024
  • #64

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 json_tuple udf, for example: ...
  • heykirby
  • 2
  • Opened 
    on Oct 4, 2024
  • #59

For DOM parser, how to convert JsonValue to byte array or string? For example: byte[] json = toUtf8( {\ a\ : {\ b\ : \ c\ }} ); JsonValue jsonValue = parser.parse(json, json.length); JsonValue res = jsonValue.get( ...
  • DenineLu
  • 1
  • Opened 
    on Jun 24, 2024
  • #55

When parsing strings with SIMD instructions, vectorized table lookup like vpshufb (x64) or vtbl (NEON) are critically important. They are very cheap (often run in 1 cycle) and very powerful. And indeed, ...
documentation
  • lemire
  • 2
  • Opened 
    on Jun 18, 2024
  • #54

I ve been testing the performance of Simdjson recently. The basic test is similar to default test, using twitter.json, as below: @Benchmark public int recordSimdjson() { Set String defaultUsers ...
  • ZhaiMo15
  • 17
  • Opened 
    on Jun 7, 2024
  • #52

Here s an example: private final SimdJsonParser simdJsonParser = new SimdJsonParser(); record testClass(String name, long aaa, long bbb, long ccc) { } record testClass2(long aaa, long ...
  • ZhaiMo15
  • 2
  • Opened 
    on May 22, 2024
  • #50

Introduction Sometimes users want to parse a JSON object into a map. Let s assume that we have the following example object: { intKey : 123, objKey : { key1 : abc , key2 : false ...
  • piotrrzysko
  • 3
  • Opened 
    on May 18, 2024
  • #49

I make a peformance test between simdjson and jackson, the result is simdjson slower much than jackson. why? the result: SimdJson deserialize run 100000 cost 80532ms; Jackson deserialize run 100000 cost ...
  • z00407087
  • 3
  • Opened 
    on May 13, 2024
  • #48

Good to know that the schema-based parsing were implemented! I have two more questions: 1. As line 54 in src/main/java/org/simdjson/SchemaBasedJsonIterator.java says: Lists at the root are not supported. ...
  • ZhaiMo15
  • 2
  • Opened 
    on May 11, 2024
  • #47
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub