Job van der Zwan
Job van der Zwan
Also, I have recently written some custom scatter plot code that contains what is likely [the fastest bit of software-based sprite blitting code](https://github.com/linnarsson-lab/loom-viewer/blob/master/client/plotters/scatterplot.js#[L1706-L1890]) available in JavaScript. Because I can't be...
Ok, I just found out about the existence of WASMfiddle, through [this SO answer about strings](https://stackoverflow.com/a/47676844/3211791). https://wasdk.github.io/WasmFiddle//?w590f With your permission, I think I'll self-assign the string-example ;).
> If you'd like to tackle additional examples feel free to go for it. If it's alright with you I'll use this issue in a "public notepad" for my thoughts...
(Sorry, forgot to remove the HTML comment tag - fixed now)
> Or just use observable for all demos :) If I didn't have obligations I would spend all day on that website. Maybe I can port some stuff over in...
Maybe? It still crashes my browsers so I have to take your word for it ;)
> Both work for me. Cool! I tried on both Chromium and Firefox, on a fairly powerful Linux laptop with 64 GiB of RAM (so it's probably not that, haha)....
It would be nice if we could just edit the CSS of the MD output somewhere in a straightforward manner, without worrying about interfering with the installation. I like my...
Proposal: can we broaden this issue to discuss what variable-length integer encoding in general would be most appropriate? I was unfamiliar with zigzag encoding and what advantages it would have...
Here is an idea for supporting random delimiters without actually having to change the current format. Not sure if that is actually something to worry about (it's not like there...