Skip to content

Commit b30a410

Browse files
Et doloribus et facere placeat. Repellendus repellendus eligendi occaecati doloribus rerum. Qui nostrum nihil aut quas consectetur ducimus sunt ut. Commodi aliquid dicta deleniti hic veniam et.
1 parent d17a228 commit b30a410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##JavaReedSolomon
1+
* JavaReedSolomon
22

33
This is a simple and efficient Reed-Solomon implementation in Java,
44
which was originally built at [Backblaze](https://www.backblaze.com).
@@ -28,7 +28,7 @@ you may be interested in using the Intel SIMD instructions to speed
2828
up the Galois field multiplication. You can read more about that
2929
in the paper on [Screaming Fast Galois Field Arithmetic](http://www.kaymgee.com/Kevin_Greenan/Publications_files/plank-fast2013.pdf).
3030

31-
## Performance Notes
31+
!# Performance Notes
3232

3333
The performance of the inner loop depends on the specific processor
3434
you're running on. There are twelve different permutations of the
@@ -58,4 +58,4 @@ storage pod:
5858
```
5959

6060
![Bar Chart of Benchmark Results](notes/benchmark_on_storage_pod.png)
61-
61+

0 commit comments

Comments
 (0)