piston/api
Thomas Hobson c71aea6166
compute hash in chunks.
Previously we were loading the entire package file into memory, then
updating the hash. Now we update the hash with chunks of the data as it is read in.
Should fix #259
2021-05-18 21:07:40 +12:00
..
src compute hash in chunks. 2021-05-18 21:07:40 +12:00
.dockerignore api: v3 2021-02-21 03:13:56 +13:00
.gitignore api: v3 2021-02-21 03:13:56 +13:00
.prettierignore lint api 2021-05-08 12:20:21 +12:00
.prettierrc.yaml lint like rest of codebase 2021-05-08 12:30:40 +12:00
Dockerfile validate json instead of a json header, and lots of cleanup 2021-05-07 14:22:25 -05:00
package-lock.json lint like rest of codebase 2021-05-08 12:30:40 +12:00
package.json lint like rest of codebase 2021-05-08 12:30:40 +12:00