Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greedbell/disruptor-example

Some Examples for LMAX Disruptor
https://github.com/greedbell/disruptor-example

Last synced: about 1 month ago
JSON representation

Some Examples for LMAX Disruptor

Awesome Lists containing this project

README

        

# disruptor-example

Some Examples for [LMAX Disruptor](https://github.com/LMAX-Exchange/disruptor)

## Examples

### LongEvent

```bash
$ ./gradlew test --tests LongEventTest.testLongEvent
```

### LongWork

```bash
$ ./gradlew test --tests LongWorkTest.testLongWork
```

## References

* [Official Examples](https://github.com/LMAX-Exchange/disruptor/tree/master/src/test/java/com/lmax/disruptor/example)