enterlab / rente

Rente: Clojure, ClojureScript, Reagent (react) + Sente (web sockets). Heroku-ready!
http://enterlab.com
Eclipse Public License 1.0
57 stars 12 forks source link

How to speed up sending a large vector? #14

Open PEZ opened 4 years ago

PEZ commented 4 years ago

Hello, thanks for this template!

I'm sending a vector with hundreds of thousands [x, y] coordinates from the server to the client. It takes several seconds. I'm quite new to Sente, Ring and whatnot and am out of ideas about how to speed it up. So this is a call for such ideas. 😄 ❤️