Alex Dowad Computes · Nov 9, 2024
Stuff I Have Learned: Transmit records in column-major order for better compression
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
The other day I achieved a 25% reduction in load time for a single-page application which requires a large amount of initial data, with just a few lines of added code. If the technique described below seems obvious, well… sorry. I’m writing it down in case it’s interesting to some readers. The web application in question needs many records from a back-end database, which are serialized to JSON and…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.