Conversation
Only good nosql is simple kv storage
1
0
0
@snacks sometimes i wonder about the weird tree derived data structures like the treap. i literally just cannot comprehend them if im honest
1
0
1
@coolbean even lmdb uses b-trees internally iirc
2
0
1
@snacks waow, just like butterfuss
0
0
2
@coolbean i'd say trees should just be an implementation detail for databases, concurrency gets fucky if you expose them
0
0
1
@coolbean have you seen s+ trees? Basically applying b-tree goodness but the slow storage you want to get around is the ram
0
0
1