ended3월 23일· 1 sources
Kron Devlog #2: copy is done — threads, syscalls and a performance problem I haven't solved yet
Kron 개발일지 #2: copy 구현 완료 — 스레딩, 시스템 콜, 그리고 아직 풀지 못한 성능 문제
Why it matters
Kron's copy command implementation went smoothly for options and testing, but revealed a threading model flaw where threads exited prematurely instead of waiting for new work. The bigger unresolved issue is performance degradation on large directories due to heavy syscall overhead, which also delays --preserve implementation.
1
Sources
+0
24h
—
Growth
175d
Active
Kronsyscallsthreadingcopycondition variables