Are you code available somewhere on Internet? Looking at some graph handling code in Go would be very helpful to me.
I have a very little time today, maybe I will write more about it in future. Best, Kamil piątek, 4 lutego 2022 o 02:16:28 UTC+1 kortschak napisał(a): > On Thu, 2022-02-03 at 14:26 -0800, Kamil Ziemian wrote: > > Hello, > > > > I was handed proof-of-concept app written in Python. It seems > > underdeveloped, buggy and running it first time is a pain, because of > > dependencies. Basically it need to read some graphs stored in JSON > > files and manipulated them accordingly and write them to JSON files > > again. > > > > It seems that porting it now to more suitable language is worth a > > gain at this stage and I wonder if Go is a good choice? I read and > > watch many Ian Lance Taylor presentations about generics, so I know > > that only that generic graph (tree) data structure is something that > > can be a pain, but in this case it would be were small issue. It > > seems that we have only few data types to be stored in graph, mostly > > strings and ints. > > > > I'm not true gopher, so I don't know if Go is proper choice for this > > task. I don't believe that Python is any better, but maybe I should > > check another language. > > > > Also, if someone know better thing to sore graphs than JSON, I would > > appreciate it any suggestion. > > > > I don't write anymore about this app, since I don't know if company > > allows for it. > > > > > I have had success writing graph handling code in Go. The answer to > your question though lies in the details of what it is that you want to > do. > > > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/7a605d15-5aca-49bf-b0c2-486821deaf97n%40googlegroups.com.