gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Myers version 0.1


From: ELPA update
Subject: [GNU ELPA] Myers version 0.1
Date: Sun, 31 Mar 2024 05:39:19 -0400

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

[Prev in Thread] Current Thread [Next in Thread]