|
|
|
|
|
by latch
5114 days ago
|
|
I've used it to store blobs of data in databases, specifically when space tends to directly equate to memory (like redis and mongodb). You can take this pretty far and apply different serialization or compression algorithms based on the data (and store a field that says which approach was used for when you deserialize it). Using this from the browser is not the first thing that came to my mind. |
|