Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/greedbell/java-high-performance-programming

Write high performance java
https://github.com/greedbell/java-high-performance-programming

Last synced: 21 days ago
JSON representation

Write high performance java

Awesome Lists containing this project

README

        

# java-high-performance-programming

Write high performance java

open docs to show the documents

## How to use test code

got to the root dir

```bash
cd ${java-high-performance-programming}
```

run test

```bash
./gradlew tset
```

open the log

```bash
open ./build/reports/tests/test/index.html
```