Pharo 8 Dictionary Performance

Some recent work involved generating, saving and loading large dictionaries, up to 1.9M entries. The performance of said dictionary natuarally became a concern.

Read More

Pharo - Process Priorities

Like most Smalltalk impelementations, Pharo supports ‘green threads’, meaning that multiple smalltalk threads can be active at once, but they are all run from a single operating system thread, i.e. only one CPU is active at a time.

Read More