Modify ↓
Opened 13 years ago
Closed 13 years ago
#3819 closed defect (fixed)
[PATCH] QuadBuckets upate
Reported by: | hansendc | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Here are a few fixes for managing the QuadBuckets data set. They first fix a null pointer error that happens when doing searches in empty and never filled data sets.
It also introduces an optimized remove operation. Before, if an object in the data set got moved and then you try to remove it, it may not have been able to locate it. Now, it uses the location as a first search, then falls back to iterating over the whole set to find it.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | qb-fixes-30102009.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [2355]) applied #3819: patch by hansendc: QuadBuckets upate