summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-06 00:43:09 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-06 00:43:09 -0600
commit6e58c2e3529973dda600891a4ee8b925ffa05097 (patch)
treebbee4a90512a132d9cb25b33d9dc2f99dd0af74b
parentafd25e384a085b658164abf837450f7302ba53a9 (diff)
imworkingon: flori/json benchmarks
-rw-r--r--imworkingon/contribs.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml
index 67120b4..8cff537 100644
--- a/imworkingon/contribs.yml
+++ b/imworkingon/contribs.yml
@@ -1,6 +1,6 @@
- urls: [https://github.com/flori/json/pull/567]
tags: [Ruby, JSON, SoftwareFreedom]
- id: ruby-jsons
+ id: ruby-json
desc: |
ruby-json contains code that is not Free under the FSF's
definition, not Open Source under the OSI's definition, and not
@@ -231,3 +231,13 @@
the `/usr/share/doc/ruby/capi/html/` directory is empty except for
`doxygen_crawl.html`. This fixes that, so that it includes the
full Doxygen output.
+- urls: [https://github.com/flori/json/pull/599]
+ desc: |
+ The benchmark numbers given for the Ruby stdlib JSON
+ encoder/decoder are quite outdated, and the benchmark code has
+ been removed. This restores and fixes the benchmark code.
+
+ This is helpful for justifying that
+ [flori/json#567](#contrib-ruby-json) actually improves performance
+ rather than hurting it. While I believe Software Freedom would be
+ worth hurting performance, it doesn't have to!