basvandijk / scientific

Arbitrary-precision floating-point numbers represented using scientific notation
BSD 3-Clause "New" or "Revised" License
73 stars 40 forks source link

Investigate how to print integers faster #57

Open basvandijk opened 6 years ago

basvandijk commented 6 years ago

Lets see if we can optimise Data.ByteString.Builder.Scientific.scientificBuilder with the ideas in this article:

https://www.pvk.ca/Blog/2017/12/22/appnexus-common-framework-its-out-also-how-to-print-integers-faster/