Optimize some std mem methods by replacing expensive rem operations to fast bit logic (#24)

This commit is contained in:
Max Graey
2018-02-12 19:47:32 +02:00
committed by Daniel Wirtz
parent 74f8189ac1
commit 2175e6fbdc
8 changed files with 193 additions and 172 deletions

1
NOTICE
View File

@ -4,6 +4,7 @@ The following authors have all licensed their contributions to AssemblyScript
under the licensing terms detailed in LICENSE.
* Daniel Wirtz <dcode@dcode.io>
* Max Graey <maxgraey@gmail.com>
================================================================================