issues
search
ocaml-multicore
/
kcas
Software Transactional Memory for OCaml
https://ocaml-multicore.github.io/kcas/
ISC License
109
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Revise benchmarks
#207
polytypic
closed
1 week ago
0
Use `Nativeint` to avoid tagging
#206
polytypic
closed
1 week ago
0
Require multicore-bench 0.1.5
#205
polytypic
closed
2 months ago
0
Change to use Picos instead of DLA and DLT
#204
polytypic
opened
2 months ago
0
Use `stm_run` private lib (from Picos) with time based deadline
#203
polytypic
closed
2 months ago
0
Upgrade dependencies
#202
polytypic
closed
2 months ago
0
Upgrade ocamlformat to 0.26.2
#201
polytypic
closed
4 months ago
0
Bench on 5.2.x
#200
polytypic
closed
6 months ago
0
Test on 5.2.0
#199
polytypic
closed
4 months ago
0
Do not assume that maximum array length is a power of two minus 1
#198
polytypic
closed
7 months ago
0
Upgrade to multicore-bench 0.1.2
#197
polytypic
closed
8 months ago
0
Add a transaction benchmark using a naïve unscalable leftist heap
#196
polytypic
opened
8 months ago
0
Release notes for 0.7.0
#195
polytypic
closed
8 months ago
0
Require sherlodoc and dune 3.14
#194
polytypic
closed
8 months ago
0
Upgrade multicore-bench from 0.1.0 to 0.1.1
#193
polytypic
closed
8 months ago
0
Require 1.0.1 versions of DLA and DLT
#192
polytypic
closed
9 months ago
0
Adjust COC contacts
#191
polytypic
closed
9 months ago
1
provide an implementation of Stdlib.Semaphore.Counting and Stdlib.Semaphore.Binary
#190
UnixJunkie
closed
2 months ago
2
Copy opam files before opam update
#189
polytypic
closed
9 months ago
0
Run benchmarks on OCaml 5.1
#188
polytypic
closed
9 months ago
0
Configure DLA on each bench domain to avoid suspending domains
#187
polytypic
closed
9 months ago
0
Use GADT to avoid closures
#186
polytypic
closed
8 months ago
0
Use GADT to avoid a bit of code duplication
#185
polytypic
closed
9 months ago
0
Add benchmark of operations using thread-atomic `ref`s
#184
polytypic
closed
10 months ago
0
Expose `Dllist` type to allow matchable cursors
#183
polytypic
opened
10 months ago
0
Group operations in the `Dllist` signature
#182
polytypic
closed
10 months ago
0
Use tagged GADT with better naming for the internals of `Dllist`
#181
polytypic
closed
10 months ago
0
Make the `Loc` constructor private
#180
polytypic
closed
10 months ago
0
Move bench framework to `multicore-bench` project
#179
polytypic
closed
9 months ago
0
Add fields on statistics to benchmark JSON
#178
polytypic
closed
10 months ago
0
Use a wall time budget for benchmarks
#177
polytypic
closed
10 months ago
0
Add `Dllist` benchmark
#176
polytypic
closed
10 months ago
0
WIP: Two stack queue
#175
polytypic
opened
10 months ago
0
Benchmark parallel CMP using various number of domains
#174
polytypic
closed
10 months ago
0
Expose that `'a Loc.t` does not float
#173
polytypic
closed
10 months ago
0
Add read-only `Xt` benchmark and access locs in optimal order
#172
polytypic
closed
10 months ago
0
Be very explicit about evaluation order
#171
polytypic
closed
10 months ago
0
Add `Atomic` benchmark for comparison
#170
polytypic
closed
10 months ago
0
Add `get`, `push & pop`, `cas`, `xchg`, and `swap` 1-`Loc` benchmarks
#169
polytypic
closed
10 months ago
0
Account for the possibility of timeout during allocation
#168
polytypic
closed
10 months ago
0
Add zero location `Xt` benchmark
#167
polytypic
closed
10 months ago
0
Optimize loops using GADTs
#166
polytypic
closed
10 months ago
0
Do not backtrack on CAS failure
#165
polytypic
closed
10 months ago
0
Add `?backoff` to `Loc.compare_and_set`
#164
polytypic
closed
10 months ago
0
Add minimalistic `Accumulator` benchmark
#163
polytypic
closed
10 months ago
0
Inline transaction log record and use polymorphic variant for mode
#162
polytypic
closed
10 months ago
0
Remove the `Interference` exception from the API...
#161
polytypic
closed
11 months ago
0
Fix `Hashtbl.clear`
#160
polytypic
closed
11 months ago
0
Change the `Op` bench to more closely match the `Xt` bench and add `Loc` benchmark
#159
polytypic
closed
11 months ago
0
Use the `sunset` branch/repository on CI
#158
polytypic
closed
11 months ago
0
Next