Skip to content
View Robert-ML's full-sized avatar

Block or report Robert-ML

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. linux-modern-io-multiplexing linux-modern-io-multiplexing Public

    Comparison between Linux IO multiplexing technologies: io_uring, epoll, and poll. With benchmarks and pipeline tests. Now in C, in the future also in Rust.

    C

  2. process_scheduler process_scheduler Public

    A process scheduler simulator that swaps in and out of the running state multiple threads while also doing context switching.

    C

  3. 3-raid 3-raid Public

    Linux Kernel module to implement RAID 1 replication with virtual disks

    C

  4. Distributed_Text_Processing Distributed_Text_Processing Public

    An orchestrator node distributes work (text to be processed) to other nodes on different machines. Each completes its tasks using a self-made thread-pool and reports the results back to the main node.

    C++

  5. ELF_loader ELF_loader Public

    A basic ELF file loader and dinamic memory alocator that loads pages into virtual memory on demand through the Soft Page Fault system call.

    C

  6. Master-Thesis---Proxy-Re-Encryption-Scheme-for-Decentralized-File-Sharing Master-Thesis---Proxy-Re-Encryption-Scheme-for-Decentralized-File-Sharing Public

    Python