-
There is no good reason to publish poorly-performing algorithms, in my opinion. Hash Tables are frequently used in inner loops, so it is important that they run fast.
The hash function used here ha…
-
VTK modules have two kinds of input arguments: configuration and input data (with their metadata) that are on their input ports. The method filterInitFunction is designed to create a copy of the curre…
-
Chunks in the `World` are currently stored in a `HashMap`. Rust uses a collision-resistant cryptographic hash by default ([SipHash](https://131002.net/siphash/)), which can be quite slow for small key…
-
If not using the most efficient representation we can insert duplicate keys in unique index:
Tarantool 2.11.2-0-g1bac2d2
```lua
tarantool> s = box.schema.space.create('test')
---
...
taran…
-
mosquitto_passwd in version 1.6.9 uses random salt when generating password hashes. Thus password file always changes even if usernames and passwords are the same. It can be a problem in various autom…
-
Background:
We use pgp for remote sign of binaries(all of the sign operation will be performed at server side)
Now when using pgp crate for binary sign, the functional code would be like:
```rust…
-
Opening an issue to start a conversation about what is considered appropriate usage of macros and what is not.
I will share my thoughts and would love some feedback before we give an official guid…
-
## Description
I've spent the last few days of downtime after Devconnect mulling over how to deal with Rayon and deadlocks (https://github.com/rayon-rs/rayon/issues/592).
We are faced with an ac…
-
Hi,
I've tried with a newer cam (DH-IPC-PFW3849S-A180-AS-PV) with fw ver V3.140.0000000.4.R, Build Date: 2023-11-22 and the auth process seems changed and fails.
I've compared an older webUI and…
-
Version and environment information:
1. Newman Version: 3.9.3
2. Windows 10:
3. Newman Library
3. Did you encounter this recently, or has this bug always been there: N/A
4. Expected behavi…