tidwall / tidwall/rtree

Serializing trees

Open
#14 3 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.