is it a constant stream of data or a fixed set of data ?
there's a rust channel to talk about rust, are there people from go community trolling there? probably not, they are busy improving our ecosystem
package main type S struct { a int b int } var s = &S{a: 1, b: 1} func main() { go func() { for { s.a++ } }() go func() { for { s.b = s.a...
opencv comes with some models, have you check if those work for you ?
https://github.com/search?q=language%3ARust+stars%3A%3E1000&type=Repositories vs https://github.com/search?l=&p=1&q=language%3AGo+stars%3A%3E1000&ref=advsearch&type=Repositori...
to draw what?
sounds like a complex code, do you use gocyclo to track code complexity?
isn't it faster to process it serially? not concurrently
http://esr.ibiblio.org/?p=7294&cpage=1
why not having a single process with multiple go routines ?
how did you solve the loss issue?
you're not answering the question, what's the diff between panics and exceptions according to you?
but did you understand it ?
how big is the file ?
@source_creator can you share the repo?
what? python is super slow and single threaded
what do you mean "good"? not good for what?
@danielmejia55 who's that senior developer?
why don't you go there?
what? it's not impossible