being written in rust is clear disadvantage for web-app.
Small remark: Go I/O layer is safe to use only with network I/O. Only network I/O plays nice with goroutines. File I/O or everything else treated as syscall by Go runtime might turn you program into…
being written in rust is clear disadvantage for web-app.
Small remark: Go I/O layer is safe to use only with network I/O. Only network I/O plays nice with goroutines. File I/O or everything else treated as syscall by Go runtime might turn you program into…