Perspective: Streaming pivot visualization via WebAssembly
1–10 of 141 posts
Re: Perspective: Streaming pivot visualization via WebAssembly
#2Re: Perspective: Streaming pivot visualization via WebAssembly
#3I wrote the C++ part of this codebase, would be happy to answer any questions about it here.
Re: Perspective: Streaming pivot visualization via WebAssembly
#4Re: Perspective: Streaming pivot visualization via WebAssembly
#5I wrote the C++ part of this codebase, would be happy to answer any questions about it here.
Re: Perspective: Streaming pivot visualization via WebAssembly
#6I wrote the C++ part of this codebase, would be happy to answer any questions about it here.
Do you feel like web assembly could potentially replace JS in the future with, say, my favorite back end language of choice?
Re: Perspective: Streaming pivot visualization via WebAssembly
#7Re: Perspective: Streaming pivot visualization via WebAssembly
#8I wrote the C++ part of this codebase, would be happy to answer any questions about it here.
* grid format * graph format * actual pivoting of data
Is that right?
It's using webassembly so in effect to do the pivot you must have created functions that exist in pandas?
Has anyone ported pandas to webassembly?
Is the grid editable? What are you using to create your output, html or canvas or something?
I realise I could look this stuff up but since you asked..
Re: Perspective: Streaming pivot visualization via WebAssembly
#9For those interested, keep in mind the only way to use WebAssembly with CSP in Chrome is by turning on 'unsafe-eval'. FF/Edge/Safari all at least support compilation from URLs with more locked down policies