torch / tds

Torch C data structures
Other
80 stars 25 forks source link

support holes at vec construction #11

Closed andresy closed 8 years ago

andresy commented 8 years ago

see #10

lvdmaaten commented 8 years ago

Looks good to me! (In particular, since holes were already supported anyway when you fill a tds.Vec through __newindex().)