mighty-gerbils / gerbil

Gerbil Scheme
https://cons.io
GNU Lesser General Public License v2.1
1.16k stars 112 forks source link

Optimize read-json #1218

Closed vyzo closed 7 months ago

vyzo commented 7 months ago

It was observed that read-json has regressed relative to v0.18 in my benchmark with large-file.json. Upon further investigation, the regression was attributed to interface call overhead and oversizing.

This remedies the situation and becomes faster than v0.18.

netlify[bot] commented 7 months ago

Deploy Preview for elastic-ritchie-8f47f9 ready!

Name Link
Latest commit 962530b0f2138a0a282a9ad6ff6be2b30523c9c8
Latest deploy log https://app.netlify.com/sites/elastic-ritchie-8f47f9/deploys/661b25c4298f1b0008611ac3
Deploy Preview https://deploy-preview-1218--elastic-ritchie-8f47f9.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vyzo commented 7 months ago

some more bumming incoming.