|
|
|
|
|
by mentat
2096 days ago
|
|
> The major downside of having an “always syncable” data structure is that it gets really big, really quick Perhaps it would be prudent to read the actual article before tossing off this sort of comment since it's indeed the whole point? |
|
One of the classic problems was size and performance. However both problems have now disappeared. Operations are `O(log(n))` and the size overhead is a factor of 1.5-2.0. That's quite workable.