Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    var func = _.memoize(function private_non_memoized_func() {
      func(); // "light"
      private_non_memoized_func(); // "heavy"
    });


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: