1
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 24 hours ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor the logic to evaluate every byte in the chunk if there is a byte in that chunk that needs escaping. More... 5 months ago
Refactor the SWAR logic into a separate subclass of StringEncoder. More... 5 months ago
Ensure the SWAR encoder in the java extension checks every byte. More... 6 months ago
Use SWAR if there is still at least 4 bytes remaining. More... 6 months ago
Use a ternary to determine the capacity of the next segment when growing the output buffer. More... 6 months ago
Remove the LinkedSegmentedByteListDirectOutputStream in favor of the SegmentedByteListDirectOutputStream. More... 6 months ago
Merge pull request #836 from dduugg/dug/fix-typos More... 6 months ago
Fix typos More... 6 months ago
Handle the case were the capacity overflows Integer.MAX_VALUE. More... 6 months ago
Merge pull request #834 from ruby/dependabot/github_actions/actions/checkout-5 More... 6 months ago
Bump actions/checkout from 4 to 5 More... 6 months ago
Allow for segmented output streams and a SWAR-based basic StringEncoder implementation. More... 6 months ago
Append newline at EOF [ci skip] More... 6 months ago
Remove trailing spaces [ci skip] More... 6 months ago
Merge pull request #833 from byroot/string-json-create More... 6 months ago
Only define `String.json_create` & al when `json/add` is required More... 6 months ago
Release 2.13.2 More... 6 months ago
Improve deprecation warning location detection More... 6 months ago
Merge pull request #832 from byroot/duplicated-key-error-message-2 More... 6 months ago
Fix duplicated key warning location More... 6 months ago
Merge pull request #831 from byroot/duplicated-key-error-message More... 6 months ago
Improve duplicate key warning and errors to include the key name More... 6 months ago
Merge pull request #830 from nobu/indent More... 6 months ago
Keep indentation consistent across functions More... 6 months ago
Merge pull request #829 from nobu/static-linked-ext More... 6 months ago
Functions defined in headers should be `static inline` More... 6 months ago
Release 2.13.1 More... 6 months ago
Merge pull request #828 from byroot/check-builtin-cpu More... 6 months ago
Don't assume `__builtin_cpu_supports` exists More... 6 months ago
Merge pull request #826 from jhawthorn/wbcheck_configure More... 6 months ago