zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

optimize _t_fill_template #99

Open zippy opened 8 years ago

zippy commented 8 years ago

currently it rescans the items for every found slot. If the items were in a hash table, this would run faster...