hannyu

↗ HN profile [ 13.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I ran a JMH benchmark comparing JSONPath performance in Java. Libraries: - SJF4J - Jayway JsonPath Workloads: - query on JsonNode - query on Map/List object graphs Main result: - ~2x faster on typical queries - up to 7x…