-
[Base32-encoded CIDv1](https://github.com/ipfs/ipfs/issues/337) can be used in DNS subdomains. It requires additional setup server-side, but enables people to get a valid origin-based security perimet…
lidel updated
4 years ago
-
## Feature Request
- I am working with deserialising data from a binary file, but this could come up equally when interfacing with C for example
- I want to pretty-print the value of a struct to s…
-
[https://github.com/petkaantonov/bluebird/wiki/Optimization-killers](https://github.com/petkaantonov/bluebird/wiki/Optimization-killers)
-
Hi everyone,
I wrote the specification for Par2 a long time ago. I'm working on the code for a new version of Par. It will include:
1. Reed-Solomon encoding with [James S. Plank's correction]…
-
A discussion at CSCS took place where the anti-boost argument went as follows
Q: The idea is that eventually the features in HPX will be available via the c++ standard?
A: Ideally, yes most of the…
-
I just read the comments in `/fast_c_runtime/busy.c` and would like to comment on some :wink:.
Very good questions btw.!
>// The goal is to find ways to optimize this file in order to make it re…
-
We use intermediate result files for recursive planning (CTE or subquery processing), INSERT/SELECT with repartitioning, and repartitioned joins. Hence improvements to the speed or size of intermediat…
-
### Summary
> [!NOTE]
> I tried to be concise in the summary, but the issue is very wide and touches on multiple places and teams, so it's hard to describe it correctly in just a few sentences, as…
-
Add a new builtin called `@typeId`:
```zig
@typeId(comptime T: type) usize
```
This builtin returns a unique integer for each type passed, and will return the same integer for the same type.
…
-
This note gathers the constraints + will drive toward a design of **object sharding** in IPFS and IPLD. Object sharding is the algorithms and formats used to represent a single (virtual) large object …