Linear Hashing - Data Structures

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

Комментарии • 4

  • @sharibraun8074
    @sharibraun8074 2 года назад +2

    You explained this really well. Thank you for the video!

  • @yannisran7312
    @yannisran7312 3 года назад +2

    Thank you for such a Fantastic video!

  • @rohandvivedi
    @rohandvivedi 5 месяцев назад

    Planning to implement this, right into my toy DB project. Thanks a lot.
    Could you also shed some light on how to organize the buckets or bucket pointers?
    Should they be contiguous pages or something like OS page tables?

    • @chrismarriott-CS
      @chrismarriott-CS  5 месяцев назад

      Each bucket should fit on one page to minimize page swaps.