size in bytes of structures
Hello Lispers, How can I estimates in Lispworks (32 bits) the size in bytes of lists, arrays, hash tables of a certain size? Best, Art
Hello Lispers, How can I estimates in Lispworks (32 bits) the size in bytes of lists, arrays, hash tables of a certain size? Best, Art
Found it by myself, hcl:find-object-size . It is a good idea to read docs carefully. Thanks anyway! :) -- Art amr> How can I estimates in Lispworks (32 bits) the size in bytes of lists, amr> arrays, hash tables of a certain size?