mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 18:32:15 +00:00
1 line
646 B
JavaScript
1 line
646 B
JavaScript
initSidebarItems({"constant":[["MAX_DEGREE","The largest possible value of `degree` on the target platform."]],"fn":[["degree","The parallelism degree of the implementation, detected at runtime. If you hash your inputs in small batches, making the batch size a multiple of `degree` will generally give good performance."],["hash_many","Hash any number of complete inputs all at once."],["update_many","Update any number of `State` objects at once."]],"struct":[["HashManyJob","A job for the [`hash_many`] function. After calling [`hash_many`] on a collection of `HashManyJob` objects, you can call [`to_hash`] on each job to get the result."]]}); |