Theo M. Bulut
Theo M. Bulut
We want to carry actual data with process stack but we can't because of size bounds are varying. We need to find a way to do this to make simpler...
We need to have a storage backend to share data between processes (Global) Share data in the same children group (Local)
Work should be directly distributed to pinned run queues and we don't need a global run queue. This is a residual problem. We need to remove this and replace it...
There should be a UI interface to see what is going on inside the system. That will be a dashboard. Right from the Erlang: ## Considerations * This can be...
- [ ] looking for impls out there - [ ] message queue impl to take over the replacements - [ ] replacement syntax and definition of replacement conditions -...
use `loom` or alternatives. Needs research.
Write a configurable system tick: - [ ] if possible separately configurable for any supervisor - [ ] if possible separately configurable for any children group - [ ] prevent...
`bastion-executor` needs these tests. Find out a way to organize testing.
As I have mentioned in [last paragraph on Reddit](https://www.reddit.com/r/rust/comments/day85g/announcing_bastion_020/), Bastion has a very bright future and there is room for it to improve and become a prominent runtime. We are...
Hi! I was gazing to the parquet parser example. Examples under README.md https://github.com/constellation-rs/amadeus/blob/master/amadeus-parquet/src/README.md has some problems. I couldn't make them run. I have a couple of suggestions for the parquet...