How would I do the following with the new streams (was working in 6.1, now
"Instance of ZnCharacterReadStream did not understand #converter:"):
aFileRef readStreamDo: [ :str |
str
converter: ISO88592TextConverter new;
upToEnd ].
-
Cheers,
Sean
--
Sent
On Sat, 31 Aug 2019 at 20:37, Sven Van Caekenberghe wrote:
>
>
> > On 31 Aug 2019, at 13:27, Richard Kenneth Eng
> wrote:
> >
> >
> https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/vw-pharo.html
> >
> > Is VisualWorks really faster than Pharo? Why???
>
> The Pharo code is sing
Ciao Giorgio,
vedo che sei sempre sulla braccia; perché non ci sentiamo per mettere insieme
due vecchiaie?
Lorenzo
Da: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] Per conto di
giorgio ferraris
Inviato: sabato 31 agosto 2019 17:48
A: Any question about pharo is welcome
Ogg
hello,
Test seems old, both virtual machines (VW and Pharo) have upgraded in the
meantime.
VW has always been faster that Pharo for what I know, up to recent time.
Recently Pharo changed the vm technology so now it should be much faster,
but I don'r know is faster that VW , so it would be nice to
> On 31 Aug 2019, at 13:27, Richard Kenneth Eng
> wrote:
>
> https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/vw-pharo.html
>
>
> Is VisualWorks really faster than Pharo? Why???
The Pharo code is single threaded, single core, while the VW code uses
something called Mat
https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/vw-pharo.html
Is VisualWorks really faster than Pharo? Why???