Theo M. Bulut

Results 62 issues of Theo M. Bulut

* `[t]`: test needed * `[ ]`: not implemented * `[x]`: completed

Currently, these implementations aren't finished. Link representations for `N x i1` for llvm needs to be incorporated into the compiler. The best way to do the i1 linking is using...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. 2. 3. **Expected behavior** A clear and concise description...

bug

Need to write a vector clock impl over the state passes to resolve conflicts.

- [ ] Writing to local structures - [ ] Reading/writing from/to data protocols - [ ] Conflict resolution and CRDT traits. (Can use other crate if exposes)

We need some internal management for message types. Lifecycle Commands (exposed) - [x] `Stop` (stops polling `exec` or stops the children group's elements or supervised elements) - [x] `Kill` (stops...

Fix for installation dependency grigorescu/Brownian/18

## Rationale of the change I selected most frictionless bit to change. It was fs read/write. I didn't improve read that much but I focused on write. Writes are improved...

Currently, alignment heads to the detected or defined size directly. Which might be cumbersome if it is below a certain threshold for certain architectures. Create a speculative macro to overcome...