Expensify / Bedrock

Rock solid distributed database specializing in active/active automatic failover and WAN replication
https://bedrockdb.com
GNU Lesser General Public License v3.0
1.12k stars 85 forks source link

Update expensify_prod branch #1736

Closed chiragsalian closed 5 months ago

chiragsalian commented 5 months ago

Will self-merge, this code has already been peer reviewed.

melvin-bot[bot] commented 5 months ago

I see this code uses list. If your primary use case is just checking to see if an item exists in the list, perhaps set is a better choice, as it's much faster for random access. C++ has a variety of data structures available to choose from, so pick the best for your use case.