General

Profile

tessi (Philipp Tessenow)

  • Login: tessi
  • Registered on: 11/06/2017
  • Last sign in: 03/31/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 0 1

Activity

03/31/2019

01:52 AM Ruby Feature #15667: Introduce malloc_trim(0) in full gc cycles
FYI: For easier testing this idea, I just pushed a small gem to rubygems `malloc_trim` (https://github.com/tessi/malloc_trim). This gives access to `malloc_trim` to ruby land to let us play with it without the need to re-compile ruby and... tessi (Philipp Tessenow)

11/06/2017

03:28 PM Ruby Feature #14084: Introduce Enumerator#next?
edited the code example to be a little more readable as to michael's suggestion (https://twitter.com/__michaelg/status/927541360764342272) tessi (Philipp Tessenow)
02:29 AM Ruby Feature #14084 (Open): Introduce Enumerator#next?
I'd like to propose a new method for Enumerator which returns whether there will be a next value in the enumerator when calling `Enumerator#next`.
It should work like this ruby demo:
~~~ ruby
class Enumerator
def next?
pee...
tessi (Philipp Tessenow)

Also available in: Atom