Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed May 22, 2024
1 parent 005a743 commit e59cec4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Articles:
* [Go-like selects using jox channels in Java](https://softwaremill.com/go-like-selects-using-jox-channels-in-java/)
* [Jox 0.1: virtual-thread friendly channels for Java](https://softwaremill.com/jox-0-1-virtual-thread-friendly-channels-for-java/)

Videos:

* [A 10-minute introduction to Jox](https://www.youtube.com/watch?v=Ss9b1HpPDt0)

## Dependencies

Maven:
Expand Down

1 comment on commit e59cec4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: e59cec4 Previous: 29c6f79 Ratio
com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {"capacity":"16","parallelism":"10000"} ) 33.618941 ns/op 20.59936596 ns/op 1.63

This comment was automatically generated by workflow using github-action-benchmark.

CC: @adamw

Please sign in to comment.