Modify

Opened 15 years ago

Closed 15 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)

qb-fixes-30102009.patch (4.6 KB ) - added by hansendc 15 years ago.

Download all attachments as: .zip

Change History (2)

by hansendc, 15 years ago

Attachment: qb-fixes-30102009.patch added

comment:1 by Gubaer, 15 years ago

Resolution: fixed
Status: newclosed

(In [2355]) applied #3819: patch by hansendc: QuadBuckets upate

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.