Theo M. Bulut

Results 62 issues of 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...

good first issue
C-feature-compat
I-lightproc

We need to have a storage backend to share data between processes (Global) Share data in the same children group (Local)

A-state
C-feature-request

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...

I-run-queues

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...

good first issue
C-feature-request

- [ ] looking for impls out there - [ ] message queue impl to take over the replacements - [ ] replacement syntax and definition of replacement conditions -...

A-supervisor
C-feature-request

use `loom` or alternatives. Needs research.

I-executor
I-scheduler
I-run-queues

Write a configurable system tick: - [ ] if possible separately configurable for any supervisor - [ ] if possible separately configurable for any children group - [ ] prevent...

enhancement
help wanted

`bastion-executor` needs these tests. Find out a way to organize testing.

C-bug
D-general

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...

help wanted

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...