diff --git a/README.md b/README.md index b0383a6..025bfc3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Slime-Chunk-Finder -Multi threaded finder of slime chunk clusters. Uses [AVX instructions](https://www.youtube.com/watch?v=1IAwkEdRZZw) to maximize cpu power. Has other cool optimizations. Close to maxed out in terms of performance. Probably the fastest finder that works on a cpu. +Multi threaded finder of slime chunk clusters. Uses [AVX instructions](https://www.youtube.com/watch?v=1IAwkEdRZZw) to maximize cpu power. Has other cool optimizations. Close to maxed out in terms of performance. Probably the fastest cpu based finder. # Usage General purpose binaries are provided in the release page. For those, who wants maximum performance, should compile it themselves. It's recommended to use gcc because of it's more aggressive optimizations, coming handy in optimizing this program, but clang also would do it well. The compilation command is as follows. ```