Pinned Repositories
abseil-cpp
Abseil Common Libraries (C++)
advanced-cplusplus
algorithms
Bug-tracking for Jeff's algorithms book, notes, etc.
angle
ANGLE: OpenGL ES to DirectX translation for Windows Phone, Windows Store and Desktop
architect-awesome
后端架构师技术图谱
AwesomePerfCpp
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
benchmark
A microbenchmark support library
ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems.
Coding
wintersnow212's Repositories
wintersnow212/abseil-cpp
Abseil Common Libraries (C++)
wintersnow212/algorithms
Bug-tracking for Jeff's algorithms book, notes, etc.
wintersnow212/architect-awesome
后端架构师技术图谱
wintersnow212/AwesomePerfCpp
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
wintersnow212/benchmark
A microbenchmark support library
wintersnow212/Coding
wintersnow212/conference
wintersnow212/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
wintersnow212/Cpp-High-Performance
C++ High Performance, published by Packt
wintersnow212/cppwinrt
C++/WinRT is a standard C++ language projection for the Windows Runtime.
wintersnow212/CS-Notes
:books: Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
wintersnow212/design_patterns
图说设计模式
wintersnow212/DesignPatterns
C++ 设计模式
wintersnow212/DirectML
DirectML is a high-performance, hardware-accelerated DirectX 12 library for machine learning. DirectML provides GPU acceleration for common machine learning tasks across a broad range of supported hardware and drivers, including all DirectX 12-capable GPUs from vendors such as AMD, Intel, NVIDIA, and Qualcomm.
wintersnow212/dod-playground
Sample OOP/ECS/DOD project (C++) for an internal Unity lecture in 2018
wintersnow212/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
wintersnow212/flatbuffers
FlatBuffers: Memory Efficient Serialization Library
wintersnow212/folly
An open-source C++ library developed and used at Facebook.
wintersnow212/Game-Programmer-Study-Notes
:anchor: 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
wintersnow212/gcc
wintersnow212/grpc_fork
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
wintersnow212/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
wintersnow212/leetcode-2
a backup of my answers
wintersnow212/MemoryPool
An easy to use and efficient memory pool allocator written in C++.
wintersnow212/smart_ptr
Boost.org smart_ptr module
wintersnow212/STL
MSVC's implementation of the C++ Standard Library.
wintersnow212/ThreadPool
A simple C++11 Thread Pool implementation
wintersnow212/tutorials
P4 language tutorials
wintersnow212/TyporaPic
Pic in typo
wintersnow212/WASI
WebAssembly System Interface