Serializing trees
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 349
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
What do you recommend to serialize RTrees? We need to insert our objects into a tree (takes 20 seconds) and would like to save the structure to load quickly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by reviewing the Go R-tree implementation and its insertion path, then determine a serialization and loading approach that preserves the tree and avoids the reported 20-second rebuild. Done is a documented, agreed approach or implementation that enables fast loading.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100