Zritazzz

Zritazzz

Geek Repo

Github PK Tool:Github PK Tool

Zritazzz's starred repositories

tensorflow

An Open Source Machine Learning Framework for Everyone

Language:C++License:Apache-2.0Stargazers:184765Issues:7608Issues:39636

AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

Language:PythonLicense:MITStargazers:165838Issues:1552Issues:2504

leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

Language:C++License:BSD-3-ClauseStargazers:35965Issues:1315Issues:754

autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap

Language:Jupyter NotebookLicense:CC-BY-4.0Stargazers:29722Issues:362Issues:1560

folly

An open-source C++ library developed and used at Facebook.

Language:C++License:Apache-2.0Stargazers:27853Issues:1021Issues:1126

comprehensive-rust

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.

Language:RustLicense:Apache-2.0Stargazers:27153Issues:141Issues:280

tokio

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

Language:JavaLicense:BSD-3-ClauseStargazers:16846Issues:369Issues:2297

generative_agents

Generative Agents: Interactive Simulacra of Human Behavior

concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11

Language:C++License:NOASSERTIONStargazers:9684Issues:338Issues:320

cppbestpractices

Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.

async-profiler

Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events

Language:C++License:Apache-2.0Stargazers:7390Issues:181Issues:651

SillyTavern

LLM Frontend for Power Users.

Language:JavaScriptLicense:AGPL-3.0Stargazers:7211Issues:60Issues:1419

cppcoro

A library of C++ coroutine abstractions for the coroutines TS

infinity

The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text

Language:C++License:Apache-2.0Stargazers:2317Issues:25Issues:327

perf-book

The book "Performance Analysis and Tuning on Modern CPU"

Language:TeXLicense:CC0-1.0Stargazers:2055Issues:62Issues:19

The-C-20-Masterclass-Source-Code

Source code for the C++ 20 Masterclass on udemy

async_simple

Simple, light-weight and easy-to-use asynchronous components

Language:C++License:Apache-2.0Stargazers:1605Issues:34Issues:121

Cpp17

本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删

libunifex

Unified Executors

Language:C++License:NOASSERTIONStargazers:1438Issues:57Issues:153

yalantinglibs

A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple

Language:C++License:Apache-2.0Stargazers:1426Issues:39Issues:168

asyncio

asyncio is a c++20 library to write concurrent code using the async/await syntax.

Language:C++License:MITStargazers:792Issues:19Issues:17

the-book-of-modern-cpp

The Book of Modern C++

babylon

High-Performance C++ Fundamental Library

Language:C++License:Apache-2.0Stargazers:392Issues:16Issues:23

config-loader

Simple C++ Config Loader Framework(Serialization & Reflection)

Language:C++License:MITStargazers:193Issues:8Issues:5

jemalloc-4.2.1-readcode

annotate the source code of jemalloc 4.2.1

Language:CLicense:NOASSERTIONStargazers:110Issues:6Issues:0

galaxy

Real-Time C++20 Game/App Engine. Built on data-driven design principles and agile software engineering.

Language:CLicense:Apache-2.0Stargazers:76Issues:7Issues:136

vscode-server-download-script

a shell script that can automatically download vscode-server for you.

Language:ShellLicense:MITStargazers:17Issues:0Issues:0

memory_pool

Simple and efficient memory pool is implemented with C++11.

Language:C++License:MITStargazers:5Issues:3Issues:0

asan_alignment_example

illustrate ASan's manual poisoning alignment requirements.