-
for saving CPU time.
in my test, zstd cost 5 seconds (level 1) vs zip cost 1min51s (level 1)
all from 4.2G origin data to 3.4G
test commands:
time ZSTD_CLEVEL=1 ZSTD_NBTHREADS=8 tar --zstd -cvf …
-
### **Problem description**
Currently (version 4.7), the UI requires that you fill in every parameter that was set in the algorithm store.
**Conditional parameters**
There can however be algorith…
-
Hello,
It seems that it's completed in fucntion "def create_database". I'd like to change in default :
create_database(db_path, password, encryption_algorithm="chacha20", kdf_algorith…
-
The use of the fetch algorithm for image resources is optional and underspecified:
1. The spec says: `If the user agent wants to display an artwork image, it is RECOMMENDED to run the fetch image alg…
-
Created by: @DanielNinchev
Source: https://github.com/RedisGraph/RedisGraph/issues/3019
Hello,
Currently the procedures like algo.SPpaths, algo.SSPaths, algo.BFS, etc. are all in a MATCH mode and…
-
https://github.com/BrownBiomechanics/SlicerAutoscoperM/blob/e036c2249dc564c2cca03914837248dae6d06666/AutoscoperM/AutoscoperM.py#L1196-L1197
```
Threshold Scalar Volume command line:
C:/D/S5.5R/S…
-
As discussed in https://github.com/tabatkins/bikeshed/issues/1603, `` can be used to provide scope for variables and enable the highlighting feature when clicking them.
However, if one uses `` twic…
-
The current cryptoProvider API looks like this:
# OLD
```go
type CryptoProvider interface {
// Gets some KID associated with a given algorithm.
// Returns empty string if none are found.
…
-
Hello,
Currently the procedures like algo.SPpaths, algo.SSPaths, algo.BFS, etc. are all in a MATCH mode and return only the paths that match all criteria. Have you ever considered introducing an …
-
Section 3.1.1 says the algorithm ID must be set.
COSE doesn't require this. COSE allows the algorithm ID to be known from context some sort of negotiation scheme or other means outside of the COSE …