Re: A5 implementation

2002-06-06 Thread Hugo van der Sanden
on. I envisage that this approach could be used throughout parrot, so that when you assign (say) an annotated string to a variable that previously contained a simple string you'd trigger a cascade of layered deoptimisations that would keep things working correctly. Hugo

A5 implementation

2002-06-06 Thread Hugo van der Sanden
o be cc'd on any regex-related discussions. Hugo

Re: PDD 2nd go: Conventions and Guidelines for Perl Source Code

2001-06-04 Thread Hugo
sistent the indentation and spacing of the code, the easier I find it is to read the code and the more readily bugs tend to stand out. HTH, Hugo

Re: RFC 304 (v1) C algorithm to be selectable at compile time

2000-09-25 Thread Hugo
lt. It would seem a lot easier (either always or optionally) to collect some statistics on the actual sort, and consider whether a different algorithm is worth slotting in for the next time round this code. Hugo