Hello!
I want to announce the new release version number 1.6 of Fuel, a
binary serialization framework for Pharo that provides extremely fast
deserialization. More information on our home
pagehttp://rmod.lille.inria.fr/web/pier/software/Fuel. Again,
I thank ESUG for sponsoring me through the
SummerTalkhttp://www.esug.org/wiki/pier/Promotion/SummerTalk/SummerTalk2011program.
You can download this version in Pharo 1.2.1 with:
Gofer new
squeaksource: 'Fuel';
package: 'ConfigurationOfFuel';
load.
((Smalltalk at: #ConfigurationOfFuel) project version: '1.6') load.
This version does not add any new concrete functionality but has two main
achievements: a performance improvement and a design clean up.
Many changes included in this release are part of a design clean up. They
are a necessary step forward to new functionalities that are coming soon.
They make code more understandable. They enable simpler extension. Happily
they also helped to improve serialization performance by reducing
unnecessary interactions. And it is specially important a bottleneck in
graph analysis stage we have successfully attacked, obtaining great results.
Details:
Best regards,
Martín Dias
On Fri, Aug 19, 2011 at 6:14 AM, Martin Dias tinchodias@gmail.com wrote:
Hello!
I want to announce the new release version number 1.6 of Fuel, a
binary serialization framework for Pharo that provides extremely fast
deserialization. More information on our home pagehttp://rmod.lille.inria.fr/web/pier/software/Fuel. Again,
I thank ESUG for sponsoring me through the SummerTalkhttp://www.esug.org/wiki/pier/Promotion/SummerTalk/SummerTalk2011program.
You can download this version in Pharo 1.2.1 with:
Or Pharo 1.1 or 1.1.1 or 1.3 or 1.4 :)
Gofer new
squeaksource: 'Fuel';
package: 'ConfigurationOfFuel';
load.
((Smalltalk at: #ConfigurationOfFuel) project version: '1.6') load.
Notice that as always, since Fuel is being developed, this version is NOT
compatible with older versions. That means, you cannot materialize with this
version a stream which was serialized with an older version. What you have
to do is: 1) materialize your graph. 2) update Fuel. 3) serialize again.
This version does not add any new concrete functionality but has two main
achievements: a performance improvement and a design clean up.
Many changes included in this release are part of a design clean up. They
are a necessary step forward to new functionalities that are coming soon.
They make code more understandable. They enable simpler extension. Happily
they also helped to improve serialization performance by reducing
unnecessary interactions. And it is specially important a bottleneck in
graph analysis stage we have successfully attacked, obtaining great results.
Details:
Best regards,
Martín Dias
--
Mariano
http://marianopeck.wordpress.com
Ahh and thanks to Claire Barroca we now have a wonderful logo:
http://rmod.lille.inria.fr/web/pier/software/Fuel
On Fri, Aug 19, 2011 at 6:14 AM, Martin Dias tinchodias@gmail.com wrote:
Hello!
I want to announce the new release version number 1.6 of Fuel, a
binary serialization framework for Pharo that provides extremely fast
deserialization. More information on our home pagehttp://rmod.lille.inria.fr/web/pier/software/Fuel. Again,
I thank ESUG for sponsoring me through the SummerTalkhttp://www.esug.org/wiki/pier/Promotion/SummerTalk/SummerTalk2011program.
You can download this version in Pharo 1.2.1 with:
Gofer new
squeaksource: 'Fuel';
package: 'ConfigurationOfFuel';
load.
((Smalltalk at: #ConfigurationOfFuel) project version: '1.6') load.
This version does not add any new concrete functionality but has two main
achievements: a performance improvement and a design clean up.
Many changes included in this release are part of a design clean up. They
are a necessary step forward to new functionalities that are coming soon.
They make code more understandable. They enable simpler extension. Happily
they also helped to improve serialization performance by reducing
unnecessary interactions. And it is specially important a bottleneck in
graph analysis stage we have successfully attacked, obtaining great results.
Details:
Best regards,
Martín Dias
--
Mariano
http://marianopeck.wordpress.com