-
The current implementation of the safe comparison functions is less not optimal:
https://github.com/llvm/llvm-project/blob/22044f0bde015f4bf53fca24831d030ff96efc51/libcxx/include/__utility/cmp.h#L65-…
-
Reshaping the state in the callback handling https://github.com/SciML/SciMLSensitivity.jl/blob/master/src/callback_tracking.jl#L293-L299 is causing an Enzyme failure in https://github.com/SciML/SciMLS…
-
## 1. state variables can be packed into fewer storage slots
If variables occupying the same slot are both written the same function or by the constructor, avoids a separate Gsset (20000 gas). Reads o…
-
While running the sysdig capture without any filters the -M time value is picked up correctly and ends after the time specified time
```
[root@host2 bin]# sysdig -w my-sysdig.scap.gz -M 10 -z
[roo…
-
## 1. not using the named return variables when a function returns, wastes deployment gas
- [AddressLibrary.sol#L36](https://github.com/code-423n4/2022-08-foundation/blob/main/contracts/libraries/Add…
-
哪位老哥有标准格式啊
我从TUIC git项目直接复制黏贴的也不行
```
{
// Settings for the outbound TUIC proxy
"relay": {
// Set the TUIC proxy server address
// Format: "HOST:PORT"
// Th…
-
**Intersections:**
- [ ] Review and simplification of the MeshIntersections class and auxiliary calculation classes.
- [x] 1d-2d in 2d intersection algorithm. Necessary for completely replace NGH.
…
-
(supersedes https://github.com/apache/couchdb/issues/1498)
In regular CouchDB operation, clients have to provide a full document revision to be sent in order to make a document update. If only one …
-
In #382 I expressed concerns about adding a variant of the `validate` method that doesn't require a full refined type, because I feel the current API surface is already quite large and the library pro…
-
**The problem you're addressing (if any)**
- Prevent paged out data of Windows TemplateVM from leaking to its TemplateBasedVMs
- Decrease COW overhead on the root volume of Windows VMs
**Describe…