Boost logo

Boost :

From: Victor A. Wagner, Jr. (vawjr_at_[hidden])
Date: 2002-10-23 14:47:03


At Wednesday 2002/10/23 10:21, you wrote:
> >
> > How's Greta doing size-wise?
> >
> > Andrei
> >
>
>
>Before you complain about how "bloated" libraries like regex++ and GRETA are
>compared to libs like PCRE, it's important to consider differences in the
>feature sets. GRETA and regex++ are *generic* template libraries that work
>with any bidirectional iterator type, with narrow or wide characters. PCRE
>(as far as I know) only works on char*. Also, regex++ has an extremely rich
>feature set, and GRETA is getting there. regex++ can work with C++ locales.
>PCRE can't do that. You buy a lot of functionality with all that "bloat".
>
>That said, I think GRETA is about as big as regex++. The GRETA regression
>test compiles to a 570 Kb executable. That includes instantiations on 4
>iterator types, x2 for different end-of-string policies, x2 for recursive
>vs. iterative engine. That's a "kitchen sink" configuration -- most people
>only need 1 or 2 instantiations. Also, I use a trick to fold similar
>instantiations, which saves 200 Kb with the VC++ toolset, but which wouldn't
>work with libstdc++ (though it might with stlport). YMMV.
>
>HTH,
>Eric
>http://research.microsoft.com/projects/greta

Have You Seen These Pages? An error occurred on the server when processing
the URL. Please contact the system administrator.

since I have NO clue who the sysadmin is, and you presumably do, mayhaps
you could inform him/her.

>_______________________________________________
>Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Victor A. Wagner Jr. http://rudbek.com
PGP RSA fingerprint = 4D20 EBF6 0101 B069 3817 8DBF C846 E47A
PGP D-H fingerprint = 98BC 65E3 1A19 43EC 3908 65B9 F755 E6F4 63BB 9D93
The five most dangerous words in the English language:
               "There oughta be a law"


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk