0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Multi-byte UTF strings can fail with ='NONE' More... almost 16 years ago
Merge branch 'master' of git://github.com/threedaymonk/htmlentities More... almost 16 years ago
Merged with threedaymonk's mainline More... almost 16 years ago
sync'ed with mainline v4.20 More... almost 16 years ago
Factoring out common paths in the regular expression makes a noticeable improvement. More... almost 16 years ago
Updated history. More... almost 16 years ago
Version bump. More... almost 16 years ago
Updated version of setup.rb. More... almost 16 years ago
Added perf to packaged files. Reintroduced setup.rb. More... almost 16 years ago
Various useful Rake tasks to run tests and benchmarks with all available Ruby interpreters and to run the profiler. More... almost 16 years ago
Split out benchmarking and profiling. More... almost 16 years ago
Randomised data in sample. More... almost 16 years ago
Moved performance to its own directory. More... almost 16 years ago
flavor is always a string at this point. More... almost 16 years ago
Clearer and avoids unnecessary mutation. More... almost 16 years ago
Moved validation/error constants to where they are used. More... almost 16 years ago
No point memoising something we only call once. More... almost 16 years ago
ivars are quicker than method calls. More... almost 16 years ago
Minor simplification of non-time-critical code. More... almost 16 years ago
Put decoding into a Decoder class. Moved both Encoder and Decoder into separate files. More... almost 16 years ago
Encapsulated all encoding functionality in the Encoder class. More... almost 16 years ago
Ruby 1.9 needs instance_eval. More... almost 16 years ago
Speeded up by dynamically generating encoding methods. More... almost 16 years ago
Memoising the map lookup saves a noticeable chunk of time in hash lookups. More... almost 16 years ago
Separated benchmarking and profiling of encoding and decoding to make optimisation easier. More... almost 16 years ago
Added profiling information. More... almost 16 years ago
Basic performance tests. More... almost 16 years ago
Rdoc was empty! More... almost 16 years ago
It's useful if the library knows its own version. More... almost 16 years ago
Ruby 1.9 understands Unicode codepoints, so the old way of finding non-ASCII characters is redundant. More... almost 16 years ago