Viewing profile — yeshengm
yeshengm
HN member- Joined
- Sat, Apr 11, 2020, 11:54 AM UTC
- HN karma
- 10
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About yeshengm
No profile information was provided.
Recent public activity
-
comment
Comment #26021331
Since you need fast lookup, traditional transactional row store like RocksDB seems a better fit.
-
comment
Comment #26020563
Are these execution engines internally using Arrow columnar format or are they just exposing Arrow as a client wire format? AFAIK Spark and Presto does not use Arrow as execution c…
-
story
Ask HN: Why there are so many AI compilers?
There are a lot of AI compilers out there: MLIR/TVM/XLA/Halide/Hgraph/TensorRT etc... Do we really need so many AI compilers given that only PyTorch/Tensorflow/MXNet are mainsteam …
-
comment
Comment #23087598
Yeah. Likely a small amount of analytics jobs taking up most memory/CPU footprint, while critical prod OLTP jobs take very little resource comparably.
-
comment
Comment #22843963
Nowadays most Spark users use either PySpark or Spark SQL. Spark is designed in some sense to mimic Scala collection library. Rust is nice but its interop with other open source bi…
-
comment
Comment #22841204
I'd say start with some eager functional language such as OCaml without the "object" part. Haskell code is hard to debug cuz you can't rely on good old print. Monad itself is never…