Giter Club home page Giter Club logo

bise86's Projects

alphazero_gomoku icon alphazero_gomoku

An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row) 。五子棋引擎。https://www.techgrow.cn/posts/26ffa5e3.html

annoy icon annoy

Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk

arachne icon arachne

Core aware thread management system

arrow icon arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing.Arrow 项目的愿景是提供内存数据分析 (in-memory analytics) 的开发平台,让数据在异构大数据系统间移动、处理地更快。Arrow 组织数据以使其非常适合 SIMD 操作。

awesome-cpp icon awesome-cpp

A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.好用的c/c++库。

awesome-deeplearning icon awesome-deeplearning

深度学习入门课、资深课、特色课、学术案例、产业实践案例、深度学习知识百科及面试题库The course, case and knowledge of Deep Learning and AI

baby-llama2-chinese icon baby-llama2-chinese

用于从头预训练+SFT一个小参数量的中文LLaMa2的仓库;24G单卡即可运行得到一个具备简单中文问答能力的chat-llama2.

baichuan-7b icon baichuan-7b

A large-scale 7B pretraining language model developed by Baichuan。百川大模型,支持中英文。

baikaldb icon baikaldb

BaikalDB, A Distributed HTAP Database.百度凤巢的,类似tidb和小强。

belle icon belle

BELLE: Be Everyone's Large Language model Engine(开源中文对话大模型)

berkeley-libdb icon berkeley-libdb

Berkeley DB。现在好像不开源了,一个非常小巧的kv存储引擎。

bfs icon bfs

The Baidu File System.

bigflow icon bigflow

Baidu Bigflow is an interface that allows for writing distributed computing programs and provides lots of simple, flexible, powerful APIs. Using Bigflow, you can easily handle data of any scale. Bigflow processes 4P+ data inside Baidu and runs about 5000 jobs every day.

bolt icon bolt

Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort.GPU优化的c++模板库。

bolt-1 icon bolt-1

10x faster matrix and vector operations。Bolt是一种用于压缩实值数据的矢量并直接对压缩后的表示进行数学运算的算法

braft icon braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.

btree-go icon btree-go

BTree provides a simple, ordered, in-memory data structure for Go programs.

byconity icon byconity

ByConity is an open source cloud-native data warehouse。字节开源的AP数据库,基于clickhouse。

c2goasm icon c2goasm

C to Go Assembly.CGO在保留了C/C++运行时的情况下,搭建了一个桥来沟通C/C++世界和Go的世界。但是对C的函数的调用,必须先把当前的goroutine挂起,并切换执行栈到当前的线程M的主栈(大小2MB)。所以CGO的性能不是很好。该项目是一个 汇编语言转换器,输入是 clang输出的amd64汇编,输出是go汇编。优点:不再有C/C++运行时,也就没了在两者之间不停转换的逻辑开销;不需要切换到线程的主栈来执行函数,因为c2goasm生成的是纯正的go函数,不需要线程的主栈就可以执行。由此就极大的改进了性能,代价是兼容性和可移植性损失了。

caiss icon caiss

一款简单好用的 跨平台/多语言的 相似向量/相似词/相似句 高性能检索引擎。欢迎star & fork。Build together! Power another !

call-graph-tools icon call-graph-tools

call-graph工具汇总,用来分析c++函数调用关系图是极好的。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.