DEV Community

Discussion on: JavaScript ES6 one-liners: merge two sorted lists

 
therealkevinard profile image
Kevin Ard • Edited

As much as we have to consider big-o, I'm surprised someone hasn't rebuilt pgsql as a wasm 😂

Just... Whatever, batch insert and order by lol

Thread Thread
 
sergeis profile image
Sergei

Hah. An inverse of this?

I actually ported a legacy C code to wasm/emscripten, but source debugging sucks with wasm, so dropped that effort.