Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
godDLL
on June 19, 2011
|
parent
|
context
|
favorite
| on:
Skip lists in Python
I regularly see someone make a Python extension in Python and then rewrite the critical parts in C. It might have been made with this kind of process in mind.
goldmab
on June 20, 2011
[–]
A skip list written in Python is itself an optimization. You could simply use a sorted list with the bisect module.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: