[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Binary Search Tree and Treap Functions bst-assq and treap-put
From: |
Andy Sonnenburg |
Subject: |
Re: Binary Search Tree and Treap Functions bst-assq and treap-put |
Date: |
Sun, 4 Dec 2016 07:14:26 -0500 |
That's too bad (I mean, its good for performance, but unfortunate one of the use cases doesn't exist). However, the treap functions may still be of general use. Let me know if there is any interest. They are documented and tested. They fill a gap between alists (persistent, linear lookup) and hash tables (ephemeral, constant lookup) by being persistent while providing average case logarithmic lookup.
- Binary Search Tree and Treap Functions bst-assq and treap-put, Andy Sonnenburg, 2016/12/03
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Stefan Monnier, 2016/12/03
- Message not available
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, John Wiegley, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Stefan Monnier, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, John Wiegley, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Stefan Monnier, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, John Wiegley, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Stefan Monnier, 2016/12/12