~libbls/libbls/libbls-package

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Alexandros Frantzis
  • Date: 2011-10-01 10:10:46 UTC
  • Revision ID: alf82@freemail.gr-20111001101046-etz52jurwzwc007x
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
== Small Sized Tasks ==
 
2
 
 
3
* Implement support for progress callback functions in bless_buffer_save().
 
4
 
 
5
* Create programs to check performance scaling and memory leaks in the library.
 
6
 
 
7
== Medium Sized Tasks ==
 
8
 
 
9
* Implement bless_buffer_find(). Use Boyer-Moore algorithm for searching.
 
10
 
 
11
== Large Sized Tasks ==
 
12
 
 
13
* Use a more efficient data structure to implement the Segment Collection.
 
14
  See doc/devel/segcol_data_structure.txt for some ideas.
 
15