Viewing profile — 0xjnml
0xjnml
HN member- Joined
- Wed, Nov 06, 2019, 5:31 PM UTC
- HN karma
- 32
- Public activity
- 92 items
- HN profile
- View on Hacker News ↗
About 0xjnml
No profile information was provided.
Recent public activity
-
comment
Comment #48074950
> Yeah, it breaks when the author decides to move from Github into Gitlab to protest against Microsoft. The import path is disconnected from where the build system looks for the fi…
-
comment
Comment #47901570
Shameless plug: https://pkg.go.dev/modernc.org/tk9.0
-
comment
Comment #47540456
The results for the 26.03 benchmark run are in. (golang) With the recent release of ncruces' drive switching from wazero to wasm2go, there have been expectations of possibly substa…
- story
-
comment
Comment #47412745
CGo-free as always. See CHANGELOG.md for details. https://gitlab.com/cznic/sqlite/-/blob/master/CHANGELOG.md
- story
- story
-
comment
Comment #47087094
> I wonder what the thought process of the Go designers was when coming up with that approach. Sometimes we need block scoped cleanup, other times we need the function one. You can…
- story
- story
-
comment
Comment #46828617
I wrote a post exploring egg, a new tool that generates recursive descent parsers from Go-style EBNF. The most interesting feature is that it doesn't generate struct nodes; it enco…
- story
-
comment
Comment #46704282
See https://pkg.go.dev/modernc.org/quickjs
- comment
- story
-
comment
Comment #46230458
> If you really want an arena like behavior you could allocate a byte slice and use unsafe to cast it to literally any type. Only if the type is not a pointer per se or does not co…
-
comment
Comment #45761890
YouTube is one such.
-
comment
Comment #45654067
Documentation for the QBE IL is here: https://c9x.me/compile/doc/il.html I find it quite usable.
-
comment
Comment #45463181
Maintainer here, AMA.
-
story
Show HN: Qbecc is a C compiler producing Go(Golang) ABI0 assembler
The resulting assembler code runs on standard Go movable stacks. This is another way how to avoid the cost of CGo Go C context switch. However, as no silver bullets exist, the cost…
-
comment
Comment #45074856
You took the wrong exit, sir. This is the right way: https://en.wikipedia.org/wiki/Request_for_Comments
-
comment
Comment #44337623
> The page you linked compares golang bindings against each other, not C against golang like my test did No one disputed that. But it follows that your benchmarks are comparing C t…
-
comment
Comment #44326500
It seems you're using some old Go package versions for your benchmarks. See https://pkg.go.dev/modernc.org/sqlite-bench#readme-tl-dr-sco... for the numbers using the more recent ve…
- story
- story