mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-28 10:24:19 +00:00
Improve RS performance
This commit is contained in:
parent
48436c3d98
commit
fa781cadc9
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue