All Projects → jeaiii → Itoa

jeaiii / Itoa

Licence: mit
Fast integer to ascii / integer to string conversion

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Itoa

Encoding
Go package containing implementations of efficient encoding, decoding, and validation APIs.
Stars: ✭ 705 (+535.14%)
Mutual labels:  performance, ascii
Eleventy Plugin Lazyimages
Eleventy plugin that adds blurry placeholders & lazy loading to your images
Stars: ✭ 108 (-2.7%)
Mutual labels:  performance
Jscost.org
JSCost.org - a JavaScript cost visualizer 💸
Stars: ✭ 101 (-9.01%)
Mutual labels:  performance
Server Tech Tree
服务端软件技术树:服务端主流技术九大分类和全景图
Stars: ✭ 106 (-4.5%)
Mutual labels:  performance
Fast React Render
[DEPRECATED] Use last versions of React and Node.js for better performance
Stars: ✭ 102 (-8.11%)
Mutual labels:  performance
Py Ascii Graph
A simple python lib to print data as ascii histograms
Stars: ✭ 107 (-3.6%)
Mutual labels:  ascii
Blockzone
A faithful recreation of the original DOS font.
Stars: ✭ 100 (-9.91%)
Mutual labels:  ascii
Quitnow Cache
A collection to store data for a given time
Stars: ✭ 109 (-1.8%)
Mutual labels:  performance
Pytest Austin
Python Performance Testing with Austin
Stars: ✭ 108 (-2.7%)
Mutual labels:  performance
Laptop.css
laptop CSS for the modern world
Stars: ✭ 106 (-4.5%)
Mutual labels:  ascii
Taurus
Automation-friendly framework for Continuous Testing by
Stars: ✭ 1,566 (+1310.81%)
Mutual labels:  performance
Pg flame
A flamegraph generator for Postgres EXPLAIN ANALYZE output.
Stars: ✭ 1,391 (+1153.15%)
Mutual labels:  performance
Flamebearer
Blazing fast flame graph tool for V8 and Node 🔥
Stars: ✭ 1,485 (+1237.84%)
Mutual labels:  performance
Shopify Theme Inspector
A Chrome DevTools plugin that visualizes Shopify Liquid render profiling data so you can triage long-running code and reduce server response times!
Stars: ✭ 102 (-8.11%)
Mutual labels:  performance
Hawktracer
HawkTracer is a highly portable, low-overhead, configurable profiling tool built in Amazon Video for getting performance metrics from low-end devices.
Stars: ✭ 108 (-2.7%)
Mutual labels:  performance
Repl
REPL rewrite for Node.js ✨🐢🚀✨
Stars: ✭ 101 (-9.01%)
Mutual labels:  performance
Tracetools
Tools to process Go trace logs into various profiles. Complement for "go tool trace".
Stars: ✭ 105 (-5.41%)
Mutual labels:  performance
Pg stat kcache
Gather statistics about physical disk access and CPU consumption done by backends.
Stars: ✭ 106 (-4.5%)
Mutual labels:  performance
Easy profiler
Lightweight profiler library for c++
Stars: ✭ 1,594 (+1336.04%)
Mutual labels:  performance
Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: ✭ 109 (-1.8%)
Mutual labels:  performance

itoa - Fast integer to ascii / integer to string conversion

  • 32 and 64 bit signed and unsigned versions
  • fast - fasted tested on vs2017 in x86 and x64 for all digit lengths using https://github.com/miloyip/itoa-benchmark
  • small - simple code that produces good compiled code even in debug builds

Click for interactive performance charts

u32toa_chart

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].