Tag: string

  • Autocomplete engine in Go: let’s build it

    Autocomplete engine in Go: let’s build it

    Reading Time: 4 minutes Some time ago I worked on a small autocomplete web service for fun and curiosity. Part of it consists pretty much of what I’m going to talk about in this post. We’re gonna build a small completion suggester in Go. A couple of assumptions I’ll have for this experiment are: we…