-
Initial capacity can be set when creating a new map or set, and for good reason. But sometimes the required capacity is only known later. Proposal: add a method ensureCapacity, similar to what Lists a…
-
**Failed in:** [runtime-coreclr crossgen2 20240902.1](https://dev.azure.com/dnceng-public/public/_build/results?buildId=795986&view=ms.vss-test-web.build-test-results-tab&runId=20497986&resultId=10125…
-
**Describe the bug**
The transports saved with the credential during the registration request are not returned in the transports property of same credential within the Verification Options response p…
-
The implementation of `get_total_tlv_len(...)` takes the slice of provided `extension_types` and deduplicates the collection before summing each of their `tlv_lens`. The implementation uses a for loop…
-
Rough sketch:
```haskell
{-# LANGUAGE CPP #-}
import Data.Semigroup (Arg(..))
import qualified Data.HashMap.Internal.Array as A
import Data.HashMap.Internal
import Data.HashSet.Internal
#if…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Hey together,
i have a constellation similar to the following:
```csharp
...
app.Services.A…
-
I want the ability to download a file of bad domain names and be able to block domains if they are in that file
This would require some sort of fast lookup data structure.
- BloomFilter
- P…
-
```java
public static Set closeIdSet = new HashSet();
executor.execute(() -> {
// thread
Thread currentThread = Thread.currentThread();
String currentJobId="xxxx";
ScheduledExec…
-
**Release Type**: Latest built in **debug**
**Describe the bug**
Let's say you have a
```cs
public class MyComp : StartupScript
{
public List MyField = new List();
[DataContr…
-
Similar to #74, it's currently not possible to add `Money` to `HashMap` / `HashSet`