(English version is at the bottom of this document)
NEO 2018 区块链存储方案大赛预定在6月16日举行。 比赛在三个软件平台上进行。 每个软件平台又分为机械硬盘和固态硬盘两个比赛项目。 三个软件平台上比赛内容相同,总共是六个比赛项目。 参赛者可以自由选择参加其中任意一个或多个项目。
- Windows
- Linux (Ubuntu / CentOS)
- Mac OS
首先使用 git 下载源代码
git clone https://github.com/Li-Tian/BlockchainStorageCompetition.git
然后理解 DBCandidate 工程下 DB 的接口,并给出实现。作为参考可以阅读 DummyDB.cs 或者 MemoryDB.cs 参赛者不应当修改 DB 的接口或者 Program.cs 的源代码。
※Windows 下推荐使用Microsoft Visual Studio 2017。
※Linux 和 Mac OS 的参赛工程还在建设中。
※报名和比赛方法细则将在之后公开。
The NEO 2018 block chain storage competition is scheduled to take place in June 16th. The game is carried out on three software platforms. Each software platform is divided into two competing projects: HDD and SSD. The game contents of the three software platforms are the same. Totally there will be six separated game. Participants can freely choose to participate in any one or all of them.
- Windows
- Linux (Ubuntu / CentOS)
- Mac OS
You need to download source code from github.
git clone https://github.com/Li-Tian/BlockchainStorageCompetition.git
Then understand the interface of DB under DBCandidate project and give your implementation. For reference, you can read DummyDB.cs or MemoryDB.cs. Participants should not modify the interface of DB or the source code of Program.cs.
※Microsoft Visual Studio 2017 is recommended under windows
※Project for Linux and Mac OS is still under construction
※Details will be updated later