I'm a novice developer who is paying a developer overseas to code a vertical search engine web app using mainly golang. It's very similar to indeed.com. My question is would go concurrency be a good solution for speeding up searches within the site? If so, which package might implement that?
It seems that there would need to be a local variable generator which would create a variable containing the search criteria, then in an almost ad-hoc way launch go routines. Maybe this is a completely useless implementation of go concurrency, but I'd like to pose the question before writing it off completely. Any clues to whether this is possible, worth the hassle and/or package name(s) would be greatly appreciated. -- 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. For more options, visit https://groups.google.com/d/optout.