Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vietj/rxstreams-vertx-ext
https://github.com/vietj/rxstreams-vertx-ext
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vietj/rxstreams-vertx-ext
- Owner: vietj
- Created: 2017-01-15T20:14:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T21:32:30.000Z (about 8 years ago)
- Last Synced: 2024-11-08T20:49:56.474Z (2 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rx Streams for Vert.x
Simple stream composition for Vert.x playground.
RxJava2 uses non blocking / volatile synchronization, this uses synchronized blocks, assuming this runs
under biased locking and the stream is accessed by the same thread.### Running benchmarks
```
> mvn clean package
> java -jar target/benchmarks.jar
```