siwu's blog
Tags
∾
LinkedIn
Github
Raft Implementation Notes (6.824 2021 Spring)
November 05, 2021
#
golang
#
raft
Completed my new year's resolution: Implement raft & raft based distributed kv store.
…
Setup Go for Android
February 09, 2015
#
golang
#
android
Build Android App in Android Studio with Go(1.4.1) support.
…
Mixed C++ and Go Programming with SWIG
June 20, 2014
#
golang
#
swig
Experiment project: https://github.com/gaxxx/ctp/ This implements two main features: Calling C++ functions from Go Calling Go code from C++ callbacks
…