The Wayback Machine - https://web.archive.org/web/20201112024003/https://github.com/topics/perfomance
Skip to content
#

perfomance

Here are 49 public repositories matching this topic...

prateek
prateek commented Apr 27, 2020

Hey folks, thanks for a pretty bad ass library! I'm seeing a 3-3.3x gain when decoding fairly large JSON payloads (40-50MB) as compared stdlib/json-iterator.

Few things in the generated code that struck me as odd are the allocation sizes for slices/maps:

  • Slice is set to size 1 initially, values are appended using append
  • Map does not have a default size specified

Instead of this, I

Improve this page

Add a description, image, and links to the perfomance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the perfomance topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.