-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Con…
-
# 트리
- **정점**과 **간선**으로 구성된 **계층적 데이터**의 집합
- `트리`는 `그래프`의 일종. `숲`은 트리로 이루어진 집합.
## 트리의 성질
1. 루트 노드는 하나만 존재
2. 사이클이 존재하지 않음.
3. 자녀 노드에 하나의 부모 노드만 존재
4. 데이터를 순차적으로 저장하지 않는 비선형 구조(nonlinear…
-
While trying to make some code using pinocchio compile, I found stuff like this in the stack (demangled by myself)
> void pinocchio::addSkew(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with
…
-
The faults we currently support are:
* Message omissions (which is enough to simulate partitions);
* Fail-stop failures, i.e. permanent crashes of nodes.
These are the same faults as used i…
-
## Proposal
With the experiment done for using protobuf in _cat/nodes API (see https://github.com/opensearch-project/OpenSearch/issues/6844#issuecomment-1742250229) and a 15-30% improvement dependi…
-
### What version of Go are you using (`go version`)?
I have tested on:
go version go1.9.2 darwin/amd64
go version go1.9.2 linux/amd64
### Does this issue reproduce with the latest release?
Yes.…
-
It's been a year since the last commit, and a year-and-a-half since @evanw last replied on gitter.
I have been thinking about forking the project and starting development myself, but I'd really lik…
-
The optimized greedy mesher implementation makes multiple heap allocations every time it's run; namely, allocating two `Vec`s and a few hashmaps.
It likely will be faster to create thread-local sta…
-
**Describe the bug**
I notice a relatively significant drop (~10%) in indexing performance in main branch for HTTP Logs workload **possibly** due to some changes introduced between May 16 2023 to May…
-
### Motivation
The MiddleManager currently runs each task in a separate JVM, with identical configuration across all tasks spawned by a given MM. This model has some drawbacks:
- Complexity of con…