Max Leske

Results 356 comments of Max Leske

FuelPlatform is obviously broken in this instance. The implementation for Pharo 10 is ```smalltalk fileNamed: aFilename readStreamDo: aBlock ^ ((Smalltalk at: #File) named: aFilename) readStreamDo: [ :stream | stream binary....

I just realised that the methods in your stack trace aren't actually from version 5 but from version 4. Clearly, version 5 wasn't properly loaded.

Might be nice to revisit at some point.

It's neither. That `HashTable` is pretty much a slower version of the standard dictionary with some additional abstractions (e.g. uses a wrapping element). Cami's dicts are part of Pinocchio and...

I spent a bit of time analyzing `FLLargeIdentityDictionary` using Camillo's benchmarks. I noticed that the performance is generally comparable to Camillo's dictionaries but becomes *really* bad when inserting a large...

Interesting. I don't see any reason for Fuel to do that. There must be another mechanism at play. I currently don't have to look into this tough, in a week...

Can you give me a rough timing estimate of what you mean by "slowly"?