A complete ClickHouse OLAP engine, compiled to WebAssembly
1–10 of 16 posts
Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#2Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#3Mobile chrome safari not supported , curious why
WASM till recently has had a 32bit address space, to match the limitations of JS numbers. With 64bit WASM you have to use BigInt rather than the floats that are numbers in js to address the memory.
It's only the address space that's affected - old WASM still handled 64bit math fine.
Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#4Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#5Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#6Mobile chrome safari not supported , curious why
They have compiled to WASM64, the newer 64bit version of WASM. That's not available on iOS yet. WASM till recently has had a 32bit address space, to match the limitations of JS numbers. With 64bit WASM you have to use BigInt rather than the floats that are numbers in js to address the memory. It's only the address space that's affected - old WASM still handled 64bit math fine.
Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#7Why bring server software to edge devices? Because its fucking awesome!
Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#8Mobile chrome safari not supported , curious why
Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#9Re: A complete ClickHouse OLAP engine, compiled to WebAssembly
#10Is the point of this privacy, offline analytics, or eliminating server costs, and does that survive the download cost of 95 megabytes?