Re: [go-nuts] Thread safe tree library?

2021-01-06 Thread ksbh...@gmail.com
https://pkg.go.dev/lang.yottadb.com/go/yottadb gives you B*trees with a hierarchical key-value model that you can experiment with in a Docker container (or of course a virtual or real machine). When you get to needing persistence and concurrency control, you can also get ACID transactions (i.e.

Re: [go-nuts] What are debian:buster-slim advantages vs alpine ones?

2020-12-16 Thread ksbh...@gmail.com
https://hub.docker.com/r/bitnami/minideb/ is a good alternative. Regards – Bhaskar On Tuesday, December 15, 2020 at 9:03:29 PM UTC-5 amits...@gmail.com wrote: > > > On Wed, 16 Dec 2020, 12:38 pm Constantine Vassilev, > wrote: > >> All examples in Google Cloud Run for building >> Golang Docker