Displaying 6 results from an estimated 6 matches for "altstringisode".
2019 Jan 15
4
Objectsize function visiting every element for alt-rep strings
I have a toy alt-rep string package that generates randomly seeded strings.
example:
library(altstringisode)
x <- altrandomStrings(1e8)
head(x)
[1] "2PN0bdwPY7CA8M06zVKEkhHgZVgtV1" "5PN2qmWqBlQ9wQj99nsQzldVI5ZuGX" ... etc
object.size(1e8)
Object.size will call the set_altstring_Elt_method for every single
element, materializing (slowly) every element of the vector. This is
a prob...
2019 Jan 22
2
Objectsize function visiting every element for alt-rep strings
On Mon, 21 Jan 2019, Martin Maechler wrote:
>>>>>> Travers Ching
>>>>>> on Tue, 15 Jan 2019 12:50:45 -0800 writes:
>
> > I have a toy alt-rep string package that generates
> > randomly seeded strings. example: library(altstringisode)
> > x <- altrandomStrings(1e8) head(x) [1]
> > "2PN0bdwPY7CA8M06zVKEkhHgZVgtV1"
> > "5PN2qmWqBlQ9wQj99nsQzldVI5ZuGX" ... etc object.size(1e8)
>
> > Object.size will call the set_altstring_Elt_method for
> > every single element...
2019 Jan 21
0
Objectsize function visiting every element for alt-rep strings
>>>>> Travers Ching
>>>>> on Tue, 15 Jan 2019 12:50:45 -0800 writes:
> I have a toy alt-rep string package that generates
> randomly seeded strings. example: library(altstringisode)
> x <- altrandomStrings(1e8) head(x) [1]
> "2PN0bdwPY7CA8M06zVKEkhHgZVgtV1"
> "5PN2qmWqBlQ9wQj99nsQzldVI5ZuGX" ... etc object.size(1e8)
> Object.size will call the set_altstring_Elt_method for
> every single element, materializing (slowly)...
2019 Jan 18
0
Objectsize function visiting every element for alt-rep strings
...thanks for pointing this out. I'll talk with Luke and see what
makes sense to do here.
Best,
~G
On Wed, Jan 16, 2019 at 3:49 AM Travers Ching <traversc at gmail.com> wrote:
> I have a toy alt-rep string package that generates randomly seeded strings.
>
> example:
> library(altstringisode)
> x <- altrandomStrings(1e8)
> head(x)
> [1] "2PN0bdwPY7CA8M06zVKEkhHgZVgtV1" "5PN2qmWqBlQ9wQj99nsQzldVI5ZuGX" ...
> etc
> object.size(1e8)
>
> Object.size will call the set_altstring_Elt_method for every single
> element, materializing (slowly) every...
2019 Jan 23
1
Objectsize function visiting every element for alt-rep strings
..., Martin Maechler wrote:
>>
>>>>>>>> Travers Ching
>>>>>>>> on Tue, 15 Jan 2019 12:50:45 -0800 writes:
>>> > I have a toy alt-rep string package that generates
>>> > randomly seeded strings. example: library(altstringisode)
>>> > x <- altrandomStrings(1e8) head(x) [1]
>>> > "2PN0bdwPY7CA8M06zVKEkhHgZVgtV1"
>>> > "5PN2qmWqBlQ9wQj99nsQzldVI5ZuGX" ... etc object.size(1e8)
>>>
>>> > Object.size will call the set_altstring_Elt_...
2019 Jan 22
0
Objectsize function visiting every element for alt-rep strings
...Jan 2019, Martin Maechler wrote:
>
> >>>>>> Travers Ching
> >>>>>> on Tue, 15 Jan 2019 12:50:45 -0800 writes:
> >
> > > I have a toy alt-rep string package that generates
> > > randomly seeded strings. example: library(altstringisode)
> > > x <- altrandomStrings(1e8) head(x) [1]
> > > "2PN0bdwPY7CA8M06zVKEkhHgZVgtV1"
> > > "5PN2qmWqBlQ9wQj99nsQzldVI5ZuGX" ... etc object.size(1e8)
> >
> > > Object.size will call the set_altstring_Elt_method for
> >...