diff options
author | Piotr Szarmanski | 2022-09-25 19:54:42 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-09-25 19:54:42 +0200 |
commit | 8db501749d47964b436bc63cafb80a17bfd42396 (patch) | |
tree | d6982ac6eff1aeed514f7c11ee5df46a1930805d /src/package.lisp | |
parent | 67d00dc4ce131d5cc46f4041dbf40391697e281d (diff) |
Add parallel decoder.
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp index b97799c..3041219 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -15,10 +15,11 @@ (defpackage eris - (:use common-lisp sb-gray alexandria trivia function-cache) + (:use common-lisp trivial-gray-streams alexandria trivia function-cache) (:export #:eris-encode #:eris-decode + #:eris-decode-parallel #:32kib #:1kib #:null-secret |