5 ms·
Yes, it’s significantly faster than existing Python charting libraries for real-time updates. Instead of serializing and sending the full dataset as JSON, it s
by apetuskey 2mo ago
Yes, it’s significantly faster than existing Python charting libraries for real-time updates.
Instead of serializing and sending the full dataset as JSON, it sends compact typed binary buffers and only the screen-relevant data reducing payload size and browser-side work.
More detail here https://github.com/reflex-dev/xy#how-it-works https://github.com/reflex-dev/xy#how-it-works
- pytorch_app4 2mo ago[flagged]
- deleted 2mo ago[deleted]