Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
goccy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Show HN: BigQuery Emulator – run Google BigQuery locally for tests
(github.com)
1 points
by
goccy
4mo ago
|
0 comments
2.
▲
Show HN: A yet another useful YAML library for Go
(github.com)
1 points
by
goccy
5y ago
|
1 comments
3.
▲
by
goccy
5y ago
I develop a library goccy/go-yaml for manipulating YAML in Go. Go already has a major library github.com/go-yaml/yaml, but I wanted a new library for various reasons, so I decided to make it myself from scratch. This library
4.
▲
A library to help everyone working with YAML in Go
(github.com)
4 points
by
goccy
5y ago
|
1 comments
5.
▲
by
goccy
5y ago
I develop a library goccy/go-yaml for manipulating YAML in Go. Go already has a major library github.com/go-yaml/yaml, but I wanted a new library for various reasons, so I decided to make it myself from scratch. This library
6.
▲
by
goccy
6y ago
I'm sorry. I'm a fan of this service, and when I introduced it in a my tweet ( https://twitter.com/goccy54/status/1370800229054779396?s=20 ) , it seems that many users have accessed it.
7.
▲
by
goccy
6y ago
Thank you for your report. It's an interesting result. If you have code that can be reproduced, I will try to optimize it to be faster than easyjson.
8.
▲
by
goccy
6y ago
Thank you for your nice feedback !
9.
▲
by
goccy
6y ago
I fixed it ! Thanks !
10.
▲
by
goccy
6y ago
Yes, Of course !! Welcome !!
11.
▲
by
goccy
6y ago
I think it depends on the application. In many cases, encoding/json is fast enough and stable, but I think you can try to use a faster library if JSON encoding / decoding is performance critical on your application.
12.
▲
by
goccy
6y ago
Thank you so much !
13.
▲
by
goccy
6y ago
I tried to compare it with simdjson-go, but the interface of this library is very different from other libraries and it was difficult to compare. However, I think simdjson-go has the best decoder performance.
14.
▲
by
goccy
6y ago
Thank you for your feedback! In fact, it's understandable to be scared because it uses a lot of uncommon techniques. By growing this project, I would like to be able to use advanced techniques with peace of mind.
15.
▲
Show HN: A fast JSON library for Go
(github.com)
119 points
by
goccy
6y ago
|
31 comments
16.
▲
by
goccy
6y ago
I develop a super fast JSON library ( https://github.com/goccy/go-json ) . It is drop-in replacement of encoding/json. This library is available by simply replacing the import statement. It's more compatible
17.
▲
YAML Support for the Go Language
(github.com)
2 points
by
goccy
7y ago
|
0 comments