Project

General

Profile

Actions

Task #2781

closed

Fib and FaceMap should be implemented using std::map instead of std::list

Added by Vince Lehman about 9 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Low
Target version:
Start date:
05/01/2015
Due date:
% Done:

100%

Estimated time:

Description

Currently, the Fib holds a collection of FibEntries in an std::list and FaceMap holds a collection of FaceMapEntries in an std::list.

Lookup could be optimized by using std::map.

Actions

Also available in: Atom PDF