serialization compared to lazy serialization

3 views
Skip to first unread message

William la Forge

unread,
Mar 18, 2015, 7:39:23 PM3/18/15
to AgileWikiDevelopers

Lazy stats:

Created 1000000 entries in 2520 milliseconds
Serialization time = 245 milliseconds
Deserialize/reserialize time = 38 milliseconds

Non-lazy (durable) stats:

Created 1000000 entries in 1254 milliseconds
Serialization time = 176 milliseconds
Deserialize/reserialize time = 2356 milliseconds


As you can see, we can quickly deserialize, update and reserialize a large data structure. In this case, a 70+ MB structure is being updated in 38 milliseconds.


Bill La Forge CTO

Reply all
Reply to author
Forward
0 new messages