https://github.com/marschall/is-latin1
https://github.com/marschall/is-latin1
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marschall/is-latin1
- Owner: marschall
- Created: 2024-11-24T19:31:32.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-06T17:11:22.000Z (6 months ago)
- Last Synced: 2025-02-01T22:28:51.516Z (4 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Is Latin 1
==========Test a file whether it contains only printable [ISO-8859-1](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) characters, allowing [LR](https://en.wikipedia.org/wiki/Newline) and [CR](https://en.wikipedia.org/wiki/Carriage_return).
The code uses Java Vector API and memory mapped IO.
Running
-------Once initialized the program runs allocation free and can be run with Epsilon GC
```sh
-Xmx256m -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC
```