byroot (Jean Boussier)
- Login: byroot
- Email: byroot@ruby-lang.org, jean.boussier+ruby-lang@gmail.com, jean.boussier@shopify.com, jean.boussier@gmail.com
- Registered on: 03/11/2014
- Last sign in: 09/03/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 24 | 24 |
Reported issues | 23 | 115 | 138 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 09/27/2021 |
Backport187 | Committer | 09/27/2021 |
Backport191 | Committer | 09/27/2021 |
Backport192 | Committer | 09/27/2021 |
Backport193 | Committer | 09/27/2021 |
Backport200 | Committer | 09/27/2021 |
Backport21 | Committer | 09/27/2021 |
Backport22 | Committer | 09/27/2021 |
Ruby 1.8 | Committer | 09/27/2021 |
Ruby master | Committer | 09/27/2021 |
Like
Activity
01/20/2025
- 01:20 PM Ruby master Revision 2b4b7bdb (git): [ruby/json] Fix JSON::Fragment#to_json signature
- https://github.com/ruby/json/commit/f8817fe56c
- 09:31 AM Ruby master Revision 33708f2d (git): [ruby/json] Fix a regression in the parser with leading /
- Ref: https://github.com/ruby/ruby/pull/12598
This could lead to an infinite loop.
https://github.com/ruby/json/comm... - 09:31 AM Ruby master Revision 8c30970c (git): Revert "Skip RBS::SchemaTest"
- This reverts commit 4404688a0e9e606aea870d79f5e8be6ac1524335.
- 07:09 AM Ruby master Revision ef585744 (git): Finalize Kevin's handrolled parser.
- And get rid of the Ragel parser.
This is 7% faster on activitypub, 15% after on twitter and 11% faster
on citm_catal... - 07:09 AM Ruby master Revision 99e9eb53 (git): [ruby/json] Implement write barriers for ParserConfig objects
- https://github.com/ruby/json/commit/591056a526
- 07:09 AM Ruby master Revision e4b54b0a (git): [ruby/json] Replace fbuffer by stack buffers or RB_ALLOCV in parser.c
- We only use that buffer for parsing integer and floats, these
are unlikely to be very big, and if so we can just use ... - 07:09 AM Ruby master Revision f664e863 (git): [ruby/json] Use RSTRING_END
- https://github.com/ruby/json/commit/dd9c46c805
- 07:09 AM Ruby master Revision 6c6f9672 (git): [ruby/json] parser.c: Pass the JSON_ParserConfig pointer
- Doesn't make a measurable performance difference but is a
bit clearer.
https://github.com/ruby/json/commit/314d117c61 - 07:09 AM Ruby master Revision ba8f22c0 (git): [ruby/json] Cleanup json_decode_float
- Move all the decimal_class option parsing in the constructor.
https://github.com/ruby/json/commit/e9adefdc38 - 07:09 AM Ruby master Revision df8f9384 (git): [ruby/json] json_string_unescape: use memchr to search for backslashes
- https://github.com/ruby/json/commit/5e6cfcf724
Also available in: Atom