FrontPage
05/24†
This Term†
- finish the binary representation of JSON
- now each JSON document has a binary representation other than character stream
- finish the memory manager
- memory allocate unit: page
(each page is divided into chunks, chunk has a fix size, and one record is saved in one chunk)
- finish the queue manager
- void push(Element& element);
- void pop(void);
- void front(Element& element);
- bool isEmpty(void);
- bool isFull(void);
- implementing the synopsis
- window synopsis
- lineage synopsis
- void insertLineage(Lineage& lineage,Element outputElement);
- void getAndDeleteElement(Lineage lineage, Element& outputElement);
- relation synopsis
- void insertElement(Element& element);
- void deleteElement(Element& element);
Next Term†
- finish the implementation of synopsis and operators
05/17†
This Term†
- study about the STREAM
- design the system
- prepare for the integration seminar
Next Term†
4/26†
This Term†
- read the source code of STREAM
- make our system run on linux
- study about Emacs, gdb, make
- design our system
Next Term†
- design and implement our system