Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/greedbell/java-high-performance-programming
- Owner: greedbell
- License: mit
- Created: 2019-02-12T03:32:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T02:44:29.000Z (over 5 years ago)
- Last Synced: 2024-10-16T08:09:52.633Z (2 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```