I think making it so that the user can decide how best to store the precalculated data, or not to store it all, would be nicest. Dropping files in the current directory is not really ideal as a factory setting, though there are surely still use cases that benefit from that behavior.
On Thu, Apr 26, 2012 at 9:48 PM, Erez Sh <[email protected]> wrote: > Half a second is quite a while, imho. ply can be useful for many types > of software, not just compilers, and a delay in the loading time can > really affect their usability. > As an alternative, perhaps you could make the table object pickle-able > (and accessible), so that the caller can implement caching himself if > he finds it important. As a bonus, it could be stored elsewhere, like > in a database. Just an idea. > > On Thu, Apr 26, 2012 at 11:27 AM, David Beazley <[email protected]> wrote: > > 200 rules and nearly 350 states) on a modern machine only takes around a > half a second. Thus, I'm honestly wondering if I could just ditch all of > th > > -- > You received this message because you are subscribed to the Google Groups > "ply-hack" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/ply-hack?hl=en. > > -- You received this message because you are subscribed to the Google Groups "ply-hack" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/ply-hack?hl=en.
