Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBjoel2 authored Dec 23, 2023
1 parent ba23570 commit c2640ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
```
Expand Down

0 comments on commit c2640ae

Please sign in to comment.