[go-nuts] Save and Restore State of 3rd party data

2025-06-21 Thread Learned Byerror
All, I have an application that uses gonum/vptree and gonum/graph/simple. Currently every run of the application instantiates the vptree from a database, queries the vptree to find nearest neighbors, writes the data to database table A, creates a weighted undirected graph from table A, ext

Re: [go-nuts] Save and Restore State of 3rd party data

2025-06-23 Thread Learned Byerror
still have some work to do before I can implement this in my app, but I think the light you shined into the dark portion(s) of my brain lit the path me. Thank you again! lbe On Sunday, June 22, 2025 at 3:32:58 PM UTC-5 Dan Kortschak wrote: > On Sat, 2025-06-21 at 09:03 -0700, Learned Byerr