Live data from Hacker News

Viewing profile — yaronhaviv

yaronhaviv

HN member
Joined
Mon, Dec 05, 2016, 3:30 PM UTC
HN karma
10
Public activity
13 items

About yaronhaviv

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #17001462

    check: https://github.com/nuclio/nuclio high-perf serverless runs over (standalone) docker or Kubernetes or Cloud services

  4. story
  5. story
  6. story
  7. comment
    Comment #16214035

    Great idea, we suggested to create an open benchmark at CNCF, a bunch of members opposed, we can come with a joint proposal. You can use our test tool https://github.com/v3io/http_…

  8. comment
    Comment #16207550

    I benchmarked all the frameworks in cold & warm, Warm is also very slow, no concurrency etc'. how many events/sec can u do with a warm Riff instance e.g. in Go & Py? whats the late…

  9. comment
    Comment #16203533

    nuclio is using a real-time arch (no context switch, zero copy, no Ser/Des, parallelism, .. ) Go function serves 400K events/sec/proc, Py does 70K events/sec/proc, this is faster t…

  10. comment
    Comment #16203511

    nuclio auto-scale today (use k8s HPA), the roadmap item is to scale-down to zero (today holds one instance when idle and will soon be able to shut it down when idle). nuclio latenc…

  11. story
  12. comment
    Comment #15524248

    to some extent in the detailed arch: https://github.com/nuclio/nuclio/blob/master/docs/architectu... The point is that there is a lot of parallelism, reduced locks and context swit…

  13. comment
    Comment #13105952

    Kennu, projects like OpenStack & Cloud Foundry struggle doing 10% of AWS. unlike AWS & Azure, OSS doesn't have central control. if we learn from Linux the stack is composed of many…