Version 0.1 of package Myers has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Myers describes itself as:

  =================================
  Random-access singly-linked lists
  =================================

More at https://elpa.gnu.org/packages/myers.html

## Summary:

  This package implements Eugene W. Myers's "stacks" which are like
  standard singly-linked lists, except that they also provide efficient
  lookup.  More specifically:

  cons/car/cdr are O(1), while (nthcdr N L) is O(min (N, log L))

## Recent NEWS:

[Not provided 🙁]

Reply via email to