Results 22 issues of Ashesh Vidyut

### Description Using Adaptive Radix Tree for Indexes in new V2 controller architecture instead of Immutable Radix Tree. It should reduce the memory usage. Reference - https://db.in.tum.de/~leis/papers/ART.pdf https://github.com/armon/libart/ ### Testing...

pr/no-changelog
meta/stale
pr/no-backport
consul-india

Fixes - https://github.com/hashicorp/terraform-provider-consul/issues/381 This will be merged when this PR is merged - https://github.com/hashicorp/consul/pull/20179

Experiments.

pr/no-changelog
pr/no-backport

Fixes - https://github.com/hashicorp/terraform/issues/34396 Terraform plan and apply is possibly the most popular commands. This PR adds auto-complete for flag options. When user types `terraform apply` / `terraform plan` followed by...

enhancement

### Description What does this PR do? ### TODO only if you're a HashiCorp employee - [ ] **Labels:** If this PR is the CE portion of an ENT change,...

pr/no-changelog
pr/no-milestone
hashicorp-contributed-pr

``` ⚡️ cache/cachememdb (bench) » go test -bench=. -benchtime=5s -benchmem -cpuprofile=cpu.prof -memprofile mem.prof goos: darwin goarch: arm64 pkg: github.com/hashicorp/vault/command/agentproxyshared/cache/cachememdb BenchmarkCacheMemDB_GetByPrefix-12 45837 1096098 ns/op 1711723 B/op 434 allocs/op PASS ok github.com/hashicorp/vault/command/agentproxyshared/cache/cachememdb...

pr/no-changelog
pr/no-milestone
hashicorp-contributed-pr

pr/no-changelog
pr/no-milestone
hashicorp-contributed-pr

Hey Team, Is the following test case correct? ```go func TestGraph_AddSearch(t *testing.T) { t.Parallel() g := newTestGraph[int]() for i := 0; i < 128; i++ { g.Add( Node[int]{ Key: i,...

question

Fixes: https://github.com/grpc/grpc-go/issues/7475 * Unexport the test logger implementation which is currently a package global here: [grpc-go/internal/grpctest/tlogger.go](https://github.com/grpc/grpc-go/blob/6fa393c579a99e3ecfd52607d5cf9cc55b7d80bb/internal/grpctest/tlogger.go#L38) * Make the above package global accessed atomically from tests. We have had test...

Type: Testing

## Description * This is Part 2 of [Upgrade Pytype PR](https://github.com/grpc/grpc/pull/39904) * Added other folders present in - https://github.com/grpc/grpc/blob/master/setup.cfg#L23-L28 ## Testing CI

lang/Python
lang/core
release notes: no
bloat/none
per-call-memory/neutral
per-channel-memory/neutral