Index: ossp-pkg/sio/BRAINSTORM/IO-Lite-summary-rse.txt RCS File: /v/ossp/cvs/ossp-pkg/sio/BRAINSTORM/IO-Lite-summary-rse.txt,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/sio/BRAINSTORM/IO-Lite-summary-rse.txt,v' | diff -u /dev/null - -L'ossp-pkg/sio/BRAINSTORM/IO-Lite-summary-rse.txt' 2>/dev/null --- ossp-pkg/sio/BRAINSTORM/IO-Lite-summary-rse.txt +++ - 2024-05-20 05:26:00.675663900 +0200 @@ -0,0 +1,17 @@ + +IO-Lite: 1998/1999 + - uses immutable/read-only blocks of data + - assembles user data out of these blocks + via "buffer aggregates" which are + mainly ordered lists of pairs + to the read-only buffers. + - uses an own user-land API dealing + with buffer aggregates instead of + continous buffers + - required kernel support (wants to + do page-remapping and copy-on-write) + for really optimized I/O + => not directly useable for user-land I/O lib + wegen den Kernel-basierten Optis, aber die Idee der buffer aggregates + kann interessant sein. +