-
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 * Drop support for text < 2.0 * Replace attoparsec-iso8601 with text-iso8601 * Replace `Scientific` parser with aeson version * Remove `attoparsec` dependency * 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 * Remove `withArray` and `withObject` * Add `object` which replaces obsolete `withObject`
- Loading branch information
Showing
20 changed files
with
115,990 additions
and
33,029 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.