SeniorCareMarket/eve
Extensible Value Encoding
61Stars
1Forks
167Claude Commits
ClojureLanguage
First Claude commit: Mar 10, 2026Last Claude commit: 1mo agoDiscovered: Mar 29, 2026
Recent Claude Commits
Setup clojure-mcp-light: delimiter repair hooks and nREPL eval
5efbf821mo agoauthor_emailMove columnar APIs to eve.alpha.ds / eve.alpha.tensor / eve.alpha.col
ab82c951mo agoauthor_emailExpose dataset/tensor/columnar API via eve.alpha, consolidate docs, remove dead code
0cc225b1mo agoauthor_emailHandle EveArray (0x1C) SAB pointers in nested collection retirement
e68331d1mo agoauthor_emailFix slab memory leaks: retire vec/set/list/array trees + recursive nested collection freeing
07e6e1e1mo agoauthor_emailAdd slab memory leak regression tests proving 4 retirement bugs
b0cd1f21mo agoauthor_emailClean up debug prints, add epoch-deferred retirement test
16533a01mo agoauthor_emailAdd ISabRetirable to EveArray for proper slab block retirement
9c0c6641mo agoauthor_emailFix stale typed-view bug in CLJS EveArray after coalesc region growth
bfd4cd61mo agoauthor_emailFix CLJS perf regressions: eliminate zero-fill bottleneck, add uninit alloc fast path
2a6cf011mo agoauthor_emailAdd columnar benchmark results: JVM 2-11x faster via IBulkAccess fast paths
dd7b32f1mo agoauthor_emailAdd CLJS typed-view fast paths to columnar ops + dual-mode benchmarks
257ad9f1mo agoauthor_emailRewrite bench-results.md with fresh comprehensive benchmark data
321720f1mo agoauthor_emailAdd Babashka auto-install to ccweb-setup.sh for cross-process benchmarks
8c751af1mo agoauthor_emailRestore EveArray performance with ^:cached fields in eve/deftype
97a76141mo agoauthor_emailMerge KmdoW infrastructure: unified EveArray, SAB domain, columnar ops
a1545581mo agoauthor_emailRewrite plan: restore EveArray perf via ^:cached fields in eve/deftype
78688161mo agoauthor_emailAdd revised implementation plan for EveArray performance fix
045ffd51mo agoauthor_emailFix slab alloc growth: retry up to 20x instead of once on OOM
1dc48211mo agoauthor_emailRebuild EveArray on eve/deftype — unified CLJS+JVM slab-backed type
cf5b7e81mo agoauthor_emailFix columnar benchmarks to use mmap-backed persistent atoms
ab309b91mo agoauthor_emailUnify benchmark to use e/atom — one API, both platforms
582bb971mo agoauthor_emailRewrite columnar benchmarks as comprehensive data-wrangling suite
698d4df1mo agoauthor_emailFix JVM tensor and argsort performance bottlenecks
cd9b4291mo agoauthor_emailAdd IBulkAccess protocol and typed-array fast paths for columnar ops
129215c1mo agoauthor_emailAdd implementation plan for columnar direct-array fast paths
cd54f2d1mo agoauthor_emailAdd columnar hot-path profiler with per-layer timing
f2bfe1b1mo agoauthor_emailRevert zero-alloc slab optimizations (21f94f3, c9eee91)
486b1bd1mo agoauthor_emailAdd :columnar-bench alias to deps.edn for JVM columnar benchmarks
0f2865d1mo agoauthor_emailWire write-eve-bytes-into! into HAMT write path for zero-alloc map mutations
21f94f31mo agoauthor_emailOptimize JVM slab performance: zero-alloc reads, direct-write serialization, futex
c9eee911mo agoauthor_emailFix JVM EveArray serialization in slab runtime and add coalesc heap growth
b7bc3761mo agoauthor_email1GB SAB coalesc allocator + emulated i64 CAS for JsSabRegion
ecf98fc1mo agoauthor_emailUnify shared-atom into atom.cljc: SAB as IMemRegion, WASM-backed coalesc
9e159b81mo agoauthor_emailAdd JVM slab runtime, IBackingArray protocol, and columnar bench improvements
e9ed93d1mo agoauthor_emailOptimize tensor bulk ops: direct typed-view access + 2D stride iteration
47b58241mo agoauthor_emailDrop tensor bench (broken perf), fix arr/count, add gt-mask+emap to stats
a9ffd351mo agoauthor_emailRewrite columnar benchmarks with realistic multi-step workloads
cfb072e1mo agoauthor_emailCap columnar bench large tier to avoid SAB OOM
41b41031mo agoauthor_emailAdd columnar benchmarks for Eve atom + dataset/tensor vs stock Clojure
091385f1mo agoauthor_emailMigrate eve-deftype to slab-direct API: remove env param, fix eve-type field reads
02a1b991mo agoauthor_emailMake dataset/tensor/functional/argops cross-platform (JVM + CLJS)
d8812281mo agoauthor_emailAdd mmap-worker pre-flight check and test:compile npm script
65b8a631mo agoauthor_emailConsolidate JVM/bb collection writer registrations via register-eve-type!
b24f8841mo agoauthor_emailImplement columnar data structures: dataset, tensor, functional ops
2c956461mo agoauthor_emailRevise plan v3: extend eve-slab-deftype for cross-platform, native columns = EveArray
10236d61mo agoauthor_emailRevise plan: restore Strategy 3 objectives, all .cljc, Arrow-compatible columns
7fa157b1mo agoauthor_emailAdd implementation plan for columnar data structures (dataset, tensor, functional/argops)
42314521mo agoauthor_email