moosetechnology / Fame

Fame is a meta-modeling framework for executable models.
MIT License
4 stars 10 forks source link

speed-up-relation-slot-writing #5

Closed jecisc closed 4 years ago

jecisc commented 4 years ago

Speed up writing in FMRelationSlot.

c := FamixStClass new.
m := FamixStMethod new.

[ m parentType: c ] bench.

"'595156.675 per second'"
"'1702087.530 per second'"