1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Oct 22, 2024 — Oct 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more output buffering to avoid more string copying (-1K only tho…) More... about 8 years ago
adjust to simplified API More... about 8 years ago
rough conversion to output buffers, saves a string copy (25⇒20M) More... about 8 years ago
output buffering instead of string concatenation has comparable time More... about 8 years ago
this is, unfortunately, not much more memory-efficient More... about 8 years ago
slightly faster More... about 8 years ago
easy 1700ms speedup by eliding chr() calls… More... about 8 years ago
add incorrect string decoder to test structural changes More... about 8 years ago
cheap PCRE-based Number parser More... about 8 years ago
begin reworking (WIP, broken) More... about 8 years ago
reliability improvement More... about 8 years ago
bugfix More... about 8 years ago
revert OOP approach, good thing I tested this *before* More... about 8 years ago
OOP approach, turns out it costs 3000ms and 250 KiB extra RAM ☹ More... about 8 years ago
baseline decoder for a dictionary ("foo" => 5 MiB of 'a', one of it \u0061): More... about 8 years ago
no need to copy and truncate the string: More... about 8 years ago
drop another now-redundant comment More... about 8 years ago
also treat as __main__ if included from cmdline More... about 8 years ago
updates to the comments More... about 8 years ago
Revert using a tranlation/lookup table More... about 8 years ago
for lulz, this increases runtime to 1584% (!) More... about 8 years ago
Revert "unclear… better code flow but 100ms more" for now More... about 8 years ago
unclear… better code flow but 100ms more More... about 8 years ago
testsuite unbreak More... about 8 years ago
a micro-optimisation I don’t get, but hey More... about 8 years ago
string cleanup for the other cases More... about 8 years ago
construct a JSONArray on the fly, like with UTF-8 strings, bailing out on error by just redo-from-start with next type More... about 8 years ago
tempt the shortcut again More... about 8 years ago
shrink indexed array code a lot More... about 8 years ago
dump extra info about stream ressources More... about 8 years ago