https://t.co/2E51xXJikn v1.47.0 brings vector search extensions. CGo-free as always. See CHANGELOG.md for details.
https://t.co/kwekOnKxq4
https://t.co/JooSStBqqm
CGo-free port of https://t.co/DEn8YXjCP1
https://t.co/yQeYbwdpgE
loadp2 is used to load programs to the memory of a Parallax Propeller 2 ("P2") chip over a serial connection.
Switching to a DFA matcher in a particular, real world user case.
* Compile Time: The DFA is significantly slower to compile (~200x).
* Match Time: Once compiled, the DFA approach matched ~28x faster than the standard library.
https://t.co/u05y29vS4q
#performance#golang
Meet egg: A new LL(1) parser generator for #Golang. It generates parsers from standard EBNF but uses a unique "flat AST" (just a []int32 slice) for high performance and low GC pressure.
Read the intro: https://t.co/WZsKBAdWs3
Happy New Year everybody!
My new GitHub Sponsors profile is live as of today. You can now sponsor me to support my open source work.
https://t.co/hwhHpuI9s7
qbecc is a C compiler producing Go ABI0 assembler.
The resulting assembler code runs on standard Go movable stacks.
It's research tool to compare https://t.co/ix4msPDeb4 and qbecc with respect to performance.
The proof of concept has reached v0.1.0: https://t.co/s47eCc5NiC
https://t.co/qSRLxFF20p has a new MacOS appbundle tool
The tool gets rid of the additional, automatic opening of a terminal window when the application is started from the GUI by double clicking or similar ways.
https://t.co/eD3TApSCUD