You are browsing as a guest. Sign up (or log in) to start making projects!

10h 37m 37s logged

In the updated version I have been working on improving :  POSIX Pipelines (|): Fixed pointer bugs to successfully chain commands and stream output directly between processes. Asynchronous Jobs (&): Added non-blocking execution to allow tasks to run silently in the background. Process Management: Built a SIGCHLD signal handler to automatically reap zombie processes and prevent system leaks.   Arena Allocator: Ripped out dynamic malloc calls and replaced them with a zero-allocation static memory arena for maximum parsing speed. Hardware Telemetry: Embedded monotonic clocks to measure the exact nanosecond latency of new hot path.

0
2

Comments 0

No comments yet. Be the first!