Open
Conversation
Brings in all new work since the eve branch: - Portable Murmur3 hashing for cross-platform HAMT compatibility - JVM-hashed flag in CLJS map header - Cross-process benchmark: build-atom and stress-atom - Lazy slab growth: bitmap and data into independent mmap slab files - i64 atomic ops in native addon and IMemRegion protocol - Class spillover: bitmap slab OOM spills to next larger class - GB-scale slab capacity caps for large atom support - JVM mmap region leak fix Also: - Remove all references to SeniorCareMarket-com/eve private repo (links now point to johnmn3/cljs-thread) - Fix COI service worker placement in all four demo pages (<head> first) - Add !docs/**/cljs-runtime/ gitignore negation for gh-pages artifacts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The URL was a tree URL (not cloneable) and the cd target was wrong. Replaced with: git clone -b eve-native https://github.com/johnmn3/cljs-thread.git Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
std::atomic_ref is missing from Apple Clang 14 despite -std=c++20. Replace all aref/aref64 usages with __atomic_load_n, __atomic_store_n, __atomic_compare_exchange_n, __atomic_fetch_add/sub — identical codegen, works on Apple Clang 14+, GCC 5+, and LLVM Clang 3.4+. Also lower binding.gyp C++ standard from c++20 to c++14 (the remaining code uses only C++14 features: lambdas, digit separators, auto). Update guide: drop internal ccweb-setup.sh step, use npx shadow-cljs directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Rewrite guide output blocks with labeled macOS/Linux sections per test - Add two comparison tables (10 MB and 100 MB atoms) showing both platforms - Explain macOS spin-poll vs Linux futex contention difference - Strip OBJ- internal ticket refs from atom/map/mem source comments - Update Requirements to C++14 and note macOS spin-poll fallback Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.