question: Size of tinyarray in memory
I cannot find out what is the size of a tinyarray.array
object in memory.
Any hint? How does it compare with a standard array
type?
( as a side note, It would be great to implement __sizeof__()
in tinyarray)