kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

Replace YAJL with a pure ruby solution #126

Closed kke closed 5 years ago

kke commented 5 years ago

It's the only dependency with a native extension, requiring build tools. It would be nice to replace it with a pure ruby alternative if one exists or is released.

I believe the only reason it's used is because the watch api didn't work without a streaming JSON parser.

kke commented 5 years ago

Also, while not pure ruby, Oj would be way faster than YAJL:

image