-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update simdjson to 3.2.2 * Support GHC 9.6 * Drop support for GHC 8.10 * Replace attoparsec-iso8601 with text-iso8601 * Remove unnecessary allocation for array and object iterators * Remove unnecessary allocation for objects and field lookups * Remove unnecessary strictness in iterator loops * Update benchmarks * Fix bug where internal path was not being reset on each parse * Add array and object reset behavior for better `Alternative` instance * Expose `listOfInt` and `listOfDouble` for users who don't rely on rewrite rules * Removes unhelpful `withArray`
- Loading branch information
Showing
19 changed files
with
115,681 additions
and
32,863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.