-
Notifications
You must be signed in to change notification settings - Fork 164
[tests]: unit test TODO #74
Comments
Hi Bohu, Since nessdb shares buffered tree in design with tokudb, do you think it is a good idea to port a fraction of their tests to nessdb? For example, the tree flushing related tests and cachetable tests. Certainly we should start with util tests first. Let me know if I can help. I would like to contribute to this issue. nessdb looks a fun project. -Jun |
@jyuanmurray
BohuTANG |
@BohuTANG More important, I have been following your posts on douban and I always want to ask you: Jun |
@jyuanmurray BohuTANG |
@BohuTANG , I do not have anything concrete in mind yet but I have a question about your packed memory array impl -- why did you choose pma? toku ppl have decided to just use FIFO queue...for accessing with a certain pattern the insetion seems to be O(log^2n). |
@jyuanmurray BohuTANG |
@BohuTANG Thanks. That makes sense. OK I will start with unit-testing the basic data structure. I have questions about your MVCC impl too. Maybe I will ping you on douban. |
@jyuanmurray |
need to re-add
The text was updated successfully, but these errors were encountered: