View Single Post
  #4  
Old 02-06-2004, 11:43 PM
smogo
Discordant
 
Join Date: Jan 2004
Location: 47
Posts: 339
Default

i wont take offense. Still, it saves over half cpu....

The structures where built from scratch, and what is called a hashable, well, it's a keyed set. Think of searching a 'flat" balanced binary tree. Whatever the names or code involved, setting up data structures was a waste of time in my mind at that time.

i would encourage anyone willing to provide new structures to the project

It could event have used linked lists, as this -crappy- piece of code's efficiency comes not from data structures. Well, good and efficient DS would help.
Reply With Quote