0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added pointer to the scala-stm site. More... over 13 years ago
Bump to 0.2.2-SNAPSHOT on master. More... over 13 years ago
Atomic blocks are now valid inside an after-commit or after-rollback handler. More... over 13 years ago
Updated release notes and site docs for 0.2.1 release. License and release notes now end up in deployed JAR. More... over 13 years ago
Removed modified version of highlight.js, since it's not actually being used. More... over 13 years ago
Switch to 0.2.1-SNAPSHOT, and update scalatest dependence. More... over 13 years ago
Added sbt section. Removed snapshot repo from maven snippet. More... over 13 years ago
Bump to 2.8.0.final :) More... almost 14 years ago
Added Ref /=, and cleaned up +=, -=, and *=. Added unit tests. More... almost 14 years ago
IDEA library fix. More... almost 14 years ago
Propogate implicit MaybeTxn through to STM.atomic. More... almost 14 years ago
Bump to RC7. More... almost 14 years ago
Tweaks to reduce memory footprint. More... almost 14 years ago
Weak references used for lifecycle callback, to avoid pinning the map if it is not needed. Boxing reduction for keysIterator and valuesIterator. More... almost 14 years ago
Lazy creation of the underlying TIntRef by StripedIntRef, to reduce the memory usage for instances that are not heavily used. More... almost 14 years ago
Use built-in + instead of Numeric.plus for TIntRef += and -=. More... almost 14 years ago
Added optional histograms showing read and write set sizes. More... almost 14 years ago
Added publisher-subscriber example. More... almost 14 years ago
Optimization for keysIterator and valuesIterator. More... almost 14 years ago
Spread indices to reduce change of false sharing. More... almost 14 years ago
Added hybrid predicate reclamation in THashMap2. Insert installs a ref-count predicate, txn get and txn remove install a soft-ref predicate. More... almost 14 years ago
Non-txn remove should increment removeCount, not decrement insertCount. More... almost 14 years ago
Added some finals to make inlining easier. More... almost 14 years ago
Thread.currentThread.getId seems to generate less code than System.identityHashCode(Thread.currentThread), as well as guaranteeing a better spread for contiguously allocated threads. More... almost 14 years ago
Switched from removeKey to remove, no functionality or performance change. More... almost 14 years ago
Performance improvement for small transactions. WriteBuffer performs linear probe if size <= 6. More... almost 14 years ago
Merge branch 'podc2010', with updates for Scala 2.8. More... almost 14 years ago
Simpler version of THashMap2 that performs immediate cleanup. More... almost 14 years ago
Make sure rollback handler is installed before call that might throw RollbackError. More... almost 14 years ago
Changed conflict resolution strategy to avoid spinning when commit is delayed. More... almost 14 years ago