-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathReadme.txt
21 lines (16 loc) · 849 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TfxRegFile is a TRegistry like that store informations in binary file,
not the windows system registry. It has the same basic functions as in
TRegistry.
This version is a major rewrite version, thus will not compatible with
datafile created by TfxRegFile v1.0.
WHAT'S NEW:
* indexed entry, making searching entry will be faster than before
* ability to reuse space
* ability to compact datafile, removing any unused space
* up to 1,000,000 record (i hope this is enough since we were not
talking about full featured database engine, it is a registry file)
This unit use some routines from FastCode Project
http://dennishomepage.gugs-cats.dk/FastCodeProject.htm
* FillCharJOH_FPU
* MoveJOH_IA32
thanks to FastCode people for this great code.