diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-02 17:21:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-02 17:21:26 +0700 |
| commit | 797faa817881ea63271d5c6794b80ccd644cc76c (patch) | |
| tree | ce012b4e704d870c07e2fc4f50f6b099ffa82431 /doc/index.adoc | |
| parent | a5817d2410f65c3a055e4c1ec212270aed50186d (diff) | |
| download | vos-797faa817881ea63271d5c6794b80ccd644cc76c.tar.xz | |
doc: add index and reformat some document using asciidoc
This is for publication of doc under https://kilabit.info/project/vos .
Diffstat (limited to 'doc/index.adoc')
| -rw-r--r-- | doc/index.adoc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/index.adoc b/doc/index.adoc new file mode 100644 index 0000000..1cc3be0 --- /dev/null +++ b/doc/index.adoc @@ -0,0 +1,26 @@ += vos + +Vos is a program to process formatted data, i.e. CSV data. +Vos is designed to process a large input file, a file where their size is +larger than the size of memory, and can be tuned to adapt with your machine +environment. + +link:user/vos_user_manual.html[Vos User Manual] - User manual for vos +command line. + + +== Development + +link:dev/GOAL.html[GOAL] - List the goal of this project. + +link:dev/NOTES.html[NOTES] - Miscellaneous notes when developing the +project. + +link:dev/vos-sketch.odg[Vos sketch diagram]. + +Performance logs, + +- link:dev/vos.test.create.log[vos.test.create.log]. +- link:dev/vos.test.create.mem.log[vos.test.create.mem.log]. +- link:dev/vos.test.join.log[vos.test.join.log]. +- link:dev/vos.test.join.log[vos.test.join.log]. |
