#2 projects focusing on CPU & Memory fundamentals

9 messages · Page 1 of 1 (latest)

shrewd kite
#

walked away from a full time offer to do something real.

  1. wrapper around typst cli to run then concurrently. reached 90pdf per sec while my cpu was at 97deg
    https://github.com/iamharshdabas/typst-concurrent-renderer

  2. ingesting 1000 udp packets, writing them to disk under 1ms and avoiding garbage collector to avoid backpressure. ran a 24 hours test benchmarks are in repo.
    https://github.com/iamharshdabas/edge-telemetry-daemon

i wanna know these are okay projects or should i build more complex projects to get hired?
because i am getting ghosted...got no other place to get out of my bubble.

tawny flare
keen nacelle
shrewd kite
#

i use that to write docs, explanation that is easy to understand.

shrewd kite
#

fixed, it. thanks for pointing out that.

timid axle
#

curious why sync.Pool vs plain directly reused buffer. It’s not like you need concurrency or to fight for buffers

shrewd kite
#

i see, yeah...could have used it. thanks.

timid axle
#

in general avoid using something unless... you actually need it