let create () = {
    queue = Doubly_linked.create ();
    table = Table.create 16;
  }