General

Profile

byroot (Jean Boussier)

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 byroot (Jean Boussier)
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...
byroot (Jean Boussier)
09:31 AM Ruby master Revision 8c30970c (git): Revert "Skip RBS::SchemaTest"
This reverts commit 4404688a0e9e606aea870d79f5e8be6ac1524335. byroot (Jean Boussier)
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...
byroot (Jean Boussier)
07:09 AM Ruby master Revision 99e9eb53 (git): [ruby/json] Implement write barriers for ParserConfig objects
https://github.com/ruby/json/commit/591056a526 byroot (Jean Boussier)
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 ...
byroot (Jean Boussier)
07:09 AM Ruby master Revision f664e863 (git): [ruby/json] Use RSTRING_END
https://github.com/ruby/json/commit/dd9c46c805 byroot (Jean Boussier)
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
byroot (Jean Boussier)
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
byroot (Jean Boussier)
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 byroot (Jean Boussier)

Also available in: Atom