SeniorCareMarket/eve
Extensible Value Encoding
63Stars
2Forks
167Claude Commits
ClojureLanguage
First Claude commit: Mar 10, 2026Last Claude commit: 2mo agoDiscovered: Mar 29, 2026
Recent Claude Commits
Setup clojure-mcp-light: delimiter repair hooks and nREPL eval
5efbf822mo agoauthor_emailMove columnar APIs to eve.alpha.ds / eve.alpha.tensor / eve.alpha.col
ab82c952mo agoauthor_emailExpose dataset/tensor/columnar API via eve.alpha, consolidate docs, remove dead code
0cc225b2mo agoauthor_emailHandle EveArray (0x1C) SAB pointers in nested collection retirement
e68331d2mo agoauthor_emailFix slab memory leaks: retire vec/set/list/array trees + recursive nested collection freeing
07e6e1e2mo agoauthor_emailAdd slab memory leak regression tests proving 4 retirement bugs
b0cd1f22mo agoauthor_emailClean up debug prints, add epoch-deferred retirement test
16533a02mo agoauthor_emailAdd ISabRetirable to EveArray for proper slab block retirement
9c0c6642mo agoauthor_emailFix stale typed-view bug in CLJS EveArray after coalesc region growth
bfd4cd62mo agoauthor_emailFix CLJS perf regressions: eliminate zero-fill bottleneck, add uninit alloc fast path
2a6cf012mo agoauthor_emailAdd columnar benchmark results: JVM 2-11x faster via IBulkAccess fast paths
dd7b32f2mo agoauthor_emailAdd CLJS typed-view fast paths to columnar ops + dual-mode benchmarks
257ad9f2mo agoauthor_emailRewrite bench-results.md with fresh comprehensive benchmark data
321720f2mo agoauthor_emailAdd Babashka auto-install to ccweb-setup.sh for cross-process benchmarks
8c751af2mo agoauthor_emailRestore EveArray performance with ^:cached fields in eve/deftype
97a76142mo agoauthor_emailMerge KmdoW infrastructure: unified EveArray, SAB domain, columnar ops
a1545582mo agoauthor_emailRewrite plan: restore EveArray perf via ^:cached fields in eve/deftype
78688162mo agoauthor_emailAdd revised implementation plan for EveArray performance fix
045ffd52mo agoauthor_emailFix slab alloc growth: retry up to 20x instead of once on OOM
1dc48212mo agoauthor_emailRebuild EveArray on eve/deftype — unified CLJS+JVM slab-backed type
cf5b7e82mo agoauthor_emailFix columnar benchmarks to use mmap-backed persistent atoms
ab309b93mo agoauthor_emailUnify benchmark to use e/atom — one API, both platforms
582bb973mo agoauthor_emailRewrite columnar benchmarks as comprehensive data-wrangling suite
698d4df3mo agoauthor_emailFix JVM tensor and argsort performance bottlenecks
cd9b4293mo agoauthor_emailAdd IBulkAccess protocol and typed-array fast paths for columnar ops
129215c3mo agoauthor_emailAdd implementation plan for columnar direct-array fast paths
cd54f2d3mo agoauthor_emailAdd columnar hot-path profiler with per-layer timing
f2bfe1b3mo agoauthor_emailRevert zero-alloc slab optimizations (21f94f3, c9eee91)
486b1bd3mo agoauthor_emailAdd :columnar-bench alias to deps.edn for JVM columnar benchmarks
0f2865d3mo agoauthor_emailWire write-eve-bytes-into! into HAMT write path for zero-alloc map mutations
21f94f33mo agoauthor_emailOptimize JVM slab performance: zero-alloc reads, direct-write serialization, futex
c9eee913mo agoauthor_emailFix JVM EveArray serialization in slab runtime and add coalesc heap growth
b7bc3763mo agoauthor_email1GB SAB coalesc allocator + emulated i64 CAS for JsSabRegion
ecf98fc3mo agoauthor_emailUnify shared-atom into atom.cljc: SAB as IMemRegion, WASM-backed coalesc
9e159b83mo agoauthor_emailAdd JVM slab runtime, IBackingArray protocol, and columnar bench improvements
e9ed93d3mo agoauthor_emailOptimize tensor bulk ops: direct typed-view access + 2D stride iteration
47b58243mo agoauthor_emailDrop tensor bench (broken perf), fix arr/count, add gt-mask+emap to stats
a9ffd353mo agoauthor_emailRewrite columnar benchmarks with realistic multi-step workloads
cfb072e3mo agoauthor_emailCap columnar bench large tier to avoid SAB OOM
41b41033mo agoauthor_emailAdd columnar benchmarks for Eve atom + dataset/tensor vs stock Clojure
091385f3mo agoauthor_emailMigrate eve-deftype to slab-direct API: remove env param, fix eve-type field reads
02a1b993mo agoauthor_emailMake dataset/tensor/functional/argops cross-platform (JVM + CLJS)
d8812283mo agoauthor_emailAdd mmap-worker pre-flight check and test:compile npm script
65b8a633mo agoauthor_emailConsolidate JVM/bb collection writer registrations via register-eve-type!
b24f8843mo agoauthor_emailImplement columnar data structures: dataset, tensor, functional ops
2c956463mo agoauthor_emailRevise plan v3: extend eve-slab-deftype for cross-platform, native columns = EveArray
10236d63mo agoauthor_emailRevise plan: restore Strategy 3 objectives, all .cljc, Arrow-compatible columns
7fa157b3mo agoauthor_emailAdd implementation plan for columnar data structures (dataset, tensor, functional/argops)
42314523mo agoauthor_email