Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mki1967/rbo
Fundamental functions of RBO Bit-reversal Broadcast Scheduling in Go Programming Language
https://github.com/mki1967/rbo
algorithm bit-reversal broadcast go rbo scheduling
Last synced: 9 days ago
JSON representation
Fundamental functions of RBO Bit-reversal Broadcast Scheduling in Go Programming Language
- Host: GitHub
- URL: https://github.com/mki1967/rbo
- Owner: mki1967
- License: lgpl-3.0
- Created: 2014-06-12T17:55:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T14:29:10.000Z (over 6 years ago)
- Last Synced: 2023-06-07T08:45:32.478Z (over 1 year ago)
- Topics: algorithm, bit-reversal, broadcast, go, rbo, scheduling
- Language: Go
- Size: 281 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# RBO (Bit reversal broadcast scheduling) [![Build Status](https://travis-ci.org/mki1967/rbo.svg?branch=master)](https://travis-ci.org/mki1967/rbo) [![GoDoc](https://godoc.org/github.com/mki1967/rbo?status.svg)](https://godoc.org/github.com/mki1967/rbo)
Implementation of the fundamental functions of
RBO Bit-reversal Scheduling
in Go Programming Language.
See: https://sites.google.com/site/rboprotocol/
The algorithm underlying the implementation of NSI is explained in
https://sites.google.com/site/rboprotocol/rbo-files/mki-RBO-gamma.pdf (In section: "Implementation").GitHub Page: https://mki1967.github.io/rbo/
godoc: https://godoc.org/github.com/mki1967/rbo