https://github.com/pauldraper/java-fast-io
Java I/O speed tricks and benchmarks
https://github.com/pauldraper/java-fast-io
Last synced: 9 months ago
JSON representation
Java I/O speed tricks and benchmarks
- Host: GitHub
- URL: https://github.com/pauldraper/java-fast-io
- Owner: pauldraper
- Created: 2013-04-12T06:54:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-12T14:44:13.000Z (about 13 years ago)
- Last Synced: 2025-02-26T15:14:02.728Z (over 1 year ago)
- Language: Java
- Size: 477 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
java-fast-io
============
Java I/O speed tricks and benchmarks
The purpose of this project is to compare the performance of different methods of I/O. Emphasis is placed on performance rather than flexibility or capability (e.g. the ability to use regular expressions).