Just polished off JavaScript array compression to string algo, would love feedback :)

arrayCompress – Extremely efficient compression of arrays (of primitives) to strings, particularly sparse arrays, useful if you need to store as string in a DB… Read more

Similar

An Introduction into Modern JavaScript

On one hand you have the Javascript language that you can use directly in the browser, simply drop it in the console and everything runs as expected. On the other hand you have this new and improved…...

Read more »

Mapbox GL JavaScript + React

When we build web applications at Mapbox, we often turn to React and Mapbox GL JS. The libraries work powerfully in combination, and I’d like to share some techniques for connecting the two. The… (more…)

Read more »