Improve RS performance

This commit is contained in:
Evan Su 2022-05-08 19:13:40 -04:00 committed by GitHub
parent 48436c3d98
commit fa781cadc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
# To Do
<ul>
<li>Review/improve Internals.md</li>
</ul>
# v1.28 (ETA unknown)
<ul>
<li>Improve Reed-Solomon performance</li>
<li>Review/improve Internals.md</li>
<li>✓ Improve Reed-Solomon performance (only rebuild data if corruption is detected)</li>
<li>`gofmt` and `go mod tidy` all dependencies</li>
<li>✓ Fix bad pointer issue when running with `-race`</li>
<li>✓ Fix focus bug where input boxes are not cleared if they are focused when file is dropped</li>