Re: Fastcode CharPosRev B&V 0.6.0
- From: "Davy Landman" <davy.landman@xxxxxxxxx>
- Date: Mon, 27 Nov 2006 19:53:20 +0100
Hi Dennis,
It's an allmost complete copy of john's...
just an change to the PChar --> PByteArray
p := @S[Result -11] --> p := Pointer(Cardinal(S) + (Result - 12));
and every P[x] --> P^[x]
and SearchChar --> Byte(SearchChar)
I would not call it innovative..
I was just trying to learn about how to get it both range checking good but
fast as john's...
:)
I'm trying something else with this idea which might be enough of mine
idea..
Regards,
Davy
.
- References:
- Fastcode CharPosRev B&V 0.6.0
- From: Dennis
- Re: Fastcode CharPosRev B&V 0.6.0
- From: Davy Landman
- Re: Fastcode CharPosRev B&V 0.6.0
- From: John O'Harrow
- Re: Fastcode CharPosRev B&V 0.6.0
- From: Davy Landman
- Re: Fastcode CharPosRev B&V 0.6.0
- From: Davy Landman
- Re: Fastcode CharPosRev B&V 0.6.0
- From: Dennis
- Fastcode CharPosRev B&V 0.6.0
- Prev by Date: Re: Fastcode CharPosRev B&V 0.6.0
- Next by Date: Re: Fastcode CharPosRev B&V 0.6.0
- Previous by thread: Re: Fastcode CharPosRev B&V 0.6.0
- Next by thread: Re: Fastcode CharPosRev B&V 0.6.0
- Index(es):