BohuTANG

↗ HN profile [ 73.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, we're open-sourcing BendClaw today -- the distributed AgentOS behind Evot.AI. The problem: one shared agent maxes out fast. Separate agents per person means everyone starts from zero. We wanted the third option…

  2. UUID(v7) (docs.databend.com)
  3. Hey, nessDB is a very fast key-value,embedded Database Storage Engine (Using log-structured-merge (LSM) trees) with Level-LRU, Bloom-Filter,and supports Redis-Protocol(PING,SET,MSET,GET,MGET,DEL,EXISTS,INFO,SHUTDOWN).…

  4. nessDB's Features: * Bloom filters for record presence detection * Level-LRU for hot data caching,improve Random-Read * Distributable B+Tree-Structured-Indexes * Simple interface,very easy to use and high-performance *…