Viewing profile — yaronhaviv
yaronhaviv
HN member- Joined
- Mon, Dec 05, 2016, 3:30 PM UTC
- HN karma
- 10
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About yaronhaviv
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #17001462
check: https://github.com/nuclio/nuclio high-perf serverless runs over (standalone) docker or Kubernetes or Cloud services
- story
- story
- story
-
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_…
-
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…
-
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…
-
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…
- story
-
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…
-
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…