Top 6 Go Intel Projects
-
-
sha256-simd
Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.
Project mention: Can I concatenate multiple non-crypto hash functions to reduce collision? | /r/golang | 2023-05-16SHA256 is high quality but typically a bit slower. Next Go version will have faster SHA256 on some amd64 CPUs - until then you can try sha256-simd which offers the same.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
This framework allows the use of external devices (e.g., NVIDIA GPUs, AMD GPUS, SR-IOV NICs) without modifying core Kubernetes components.
-
Project mention: VXLAN - can I map multiple VLANs to a single VNI? Can they overlap and map to different VXLANs across switchports? | /r/networking | 2023-02-15
Yes but the SRIOV CNI plugin for Kubernetes does VLAN tagging and tags the VF devices as vlan tagged. https://github.com/k8snetworkplumbingwg/sriov-cni/blob/master/docs/configuration-reference.md
-
Go-Hacking
A FREE comprehensive online Go hacking tutorial utilizing the x64, ARM64 and ARM32 architectures going step-by-step into the world of reverse engineering Golang from scratch.
Project mention: Go Hacking FREE Course, learn Go and how to reverse engineer it step-by-step | /r/ReverseEngineering | 2023-03-01 -
Go Intel related posts
Index
What are some of the best open-source Intel projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | NFF-Go | 1,318 |
2 | sha256-simd | 887 |
3 | sriov-network-device-plugin | 340 |
4 | sriov-cni | 255 |
5 | Go-Hacking | 104 |
6 | dockerops | 1 |