-
`google/api/expr/v1alpha1/syntax`
```diff
SourceInfo_PositionsEntry.encode({
key: (key as any),
value
- }, writer.uint32(34).fork()).ldelim();
+ }, writer.ui…
-
### Idea Contribution
- [X] I have read all the resource request issues.
- [X] I'm interested in working on this issue
- [X] I'm part of GSSOC organization
### Where do you want to add the resource?…
-
## std::hash_map
```
import "std";
struct foo {
var map: std::hash_map[[ssize, foo]];
}
func main() void {
var x: foo = uninit;
}
```
```
$ sunder-compile test.sunder
[std/…
-
## General process
Anyone is welcome to join in and write tests. The process goes like this:
1. Pick a function from the list
2. Leave a comment on this ticket to claim that function
3. Create a…
jeaye updated
22 hours ago
-
```rust
pub struct PodJob {
annotation: Annotation, // For job
input_volume_map: BTreeMap,
output_volume_map: BTreeMap,
pod_hash: String,
cpu_limit: u32 // Num of cpu to limit the pod from
…
-
The Odin's file, [project_hash_map.md](https://github.com/TheOdinProject/curriculum/blob/main/javascript/computer_science/project_hash_map.md) is updated. Please update the Kampus' file, checkout file…
-
Small omission in the guide: it is implied in step 9 that a `{}` literal should be parsed as a hash-map in the reader, but this is never explicitly stated earlier on. The sentence in question is: "Th…
-
https://github.com/ktprime/emhash
其中
emhash7 整数类型k.v速度比较快,负载因子load_factor 可以设置接近1.0
emhash8 是dense_hash_map 实现,迭代,非整数类型k.v 以及查找命中不错性能 , 删除比较慢
-
👋
I wonder if there is any interest in implementing the approach described in https://en.wikipedia.org/wiki/Rendezvous_hashing for one of the default Horde distribution strategies.
```elixir
d…
-
**Is your feature request related to a problem? Please describe.**
I have JSON object in S3 with two fields like below and I want to limit the entries of those fields while uploading it to open searc…