SXSI/TextCollection.git
15 years agoRewrote some data structures and algorithm parts
nvalimak [Fri, 9 Jan 2009 13:37:00 +0000 (13:37 +0000)]
Rewrote some data structures and algorithm parts

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@48 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoRewrote some data structures
nvalimak [Fri, 9 Jan 2009 13:34:54 +0000 (13:34 +0000)]
Rewrote some data structures

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@47 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoadded new file
nvalimak [Fri, 9 Jan 2009 13:34:01 +0000 (13:34 +0000)]
added new file

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@46 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoRemoved some obs
nvalimak [Fri, 9 Jan 2009 13:33:47 +0000 (13:33 +0000)]
Removed some obs

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@45 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoRemoved handle.o and pos.o
nvalimak [Fri, 9 Jan 2009 13:14:54 +0000 (13:14 +0000)]
Removed handle.o and pos.o

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@44 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoNot needed.
nvalimak [Fri, 9 Jan 2009 13:13:57 +0000 (13:13 +0000)]
Not needed.

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@43 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoNot needed.
nvalimak [Fri, 9 Jan 2009 13:13:52 +0000 (13:13 +0000)]
Not needed.

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@42 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoNot needed.
nvalimak [Fri, 9 Jan 2009 13:13:29 +0000 (13:13 +0000)]
Not needed.

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@41 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoNot needed.
nvalimak [Fri, 9 Jan 2009 13:13:16 +0000 (13:13 +0000)]
Not needed.

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@40 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoNow measuring max mem usage.
nvalimak [Fri, 9 Jan 2009 13:12:37 +0000 (13:12 +0000)]
Now measuring max mem usage.

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@39 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoTest case for memory consumption with the TextCollection.
kim [Wed, 7 Jan 2009 03:53:22 +0000 (03:53 +0000)]
Test case for memory consumption with the TextCollection.

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@28 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoAdded the testCase and memory profiler
kim [Wed, 7 Jan 2009 03:02:34 +0000 (03:02 +0000)]
Added the testCase and memory profiler

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@27 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoAdd EmptyText(id) method which checks if the text
kim [Fri, 12 Dec 2008 09:24:50 +0000 (09:24 +0000)]
Add EmptyText(id) method which checks if the text
pointed by id is the empty string.
This is way faster than testing whether
GetText(id) == "".

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@24 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoAdded TextCollection::Save() and TextCollection::Load() functionality
nvalimak [Mon, 1 Dec 2008 13:06:13 +0000 (13:06 +0000)]
Added TextCollection::Save() and TextCollection::Load() functionality

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@22 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoadded #include <cstdlib> to define ulong and uchar. If they are
kim [Mon, 24 Nov 2008 23:53:09 +0000 (23:53 +0000)]
added #include <cstdlib> to define ulong and uchar. If they are
defined by hand, the compiler later complains when cstdlib is
included.

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@8 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoadd #include <cstring> so that strlen is properly defined
kim [Mon, 24 Nov 2008 23:49:19 +0000 (23:49 +0000)]
add #include <cstring> so that strlen is properly defined

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@7 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

15 years agoInitial Import
kim [Mon, 24 Nov 2008 23:32:08 +0000 (23:32 +0000)]
Initial Import

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@6 3cdefd35-fc62-479d-8e8d-bae585ffb9ca