Memory mapped - partially disk based algorithms

后端 未结 3 515
不思量自难忘°
不思量自难忘° 2021-02-03 12:46

Are there any good resources or books for spillable data structures, that is, say, a queue?

When storing large objects it could fill up all of memory, but if you can ke

3条回答
  •  野性不改
    2021-02-03 13:34

    What you are looking for might be the topic of I/O efficient algorithms. A Google search didn't turn up any books for me, but this course page contains a list of articles which may or may not be relevant for you.

    You should also take a look at the WikiPedia page for B-trees, especially the section on B-trees in filesystems.

提交回复
热议问题