Pinned Repositories
Artificial-Intelligence-and-Machine-Learning
Algorithm implementations and homework solutions for the Stanford's online courses
Artificial-Intelligence-in-Compiler-Optimization
A curated list of research papers, datasets, and tools for applying machine learning/Deep learning techniques to compilers and program optimization.
asyncplusplus
Async++ concurrency framework for C++11
avsc
Javascript Implementation of Apache Avro (mirror of https://github.com/mtth/avsc.git)
awesome
:sunglasses: Curated list of awesome lists
awesome-cmake
A curated list of awesome CMake resources, scripts, modules and examples.
awesome-disaggregated-memory
A collection of awesome researchers and papers about disaggregated memory.
Awesome-Geospatial
Long list of geospatial tools and resources
awesome-machine-learning-cn
机器学习资源大全中文版,包括机器学习领域的框架、库以及软件
lujiwei's Repositories
lujiwei/Artificial-Intelligence-in-Compiler-Optimization
A curated list of research papers, datasets, and tools for applying machine learning/Deep learning techniques to compilers and program optimization.
lujiwei/asyncplusplus
Async++ concurrency framework for C++11
lujiwei/awesome-cmake
A curated list of awesome CMake resources, scripts, modules and examples.
lujiwei/awesome-disaggregated-memory
A collection of awesome researchers and papers about disaggregated memory.
lujiwei/Awesome-Geospatial
Long list of geospatial tools and resources
lujiwei/awesome-raspberry-pi
📝 A curated list of awesome Raspberry Pi tools, projects, images and resources
lujiwei/awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
lujiwei/awesome-virtualization
Collection of resources about Virtualization
lujiwei/coding-interview-university
A complete computer science study plan to become a software engineer.
lujiwei/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
lujiwei/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
lujiwei/Design-Pattern
23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutorial.html 网站的实例,使用c++语言重写。后期将对c++代码进行内存管理等方面的优化并结合实际开发当中的一些例子使用这些模式。
lujiwei/dirtysalt.github.io
personal blogs & notes
lujiwei/fmt
A modern formatting library
lujiwei/fucking-algorithm
algorithm
lujiwei/gear-lib
Gear-Lib, C library for IOT Embedded Multimedia and Network
lujiwei/impala
Apache Impala
lujiwei/Learned-Index
An implementation of FITing-Tree learned index proposed in SIGMOD '19
lujiwei/learned-index-2
Fast RDMA-based Ordered Key-Value Store using Remote Learned Cache
lujiwei/libaco
A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
lujiwei/libevent
<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
lujiwei/libevfibers
Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.
lujiwei/llvm-jit-example
A simple calculator that shows how to use the LLVM ORC JIT engine.
lujiwei/numa_lock
an argobots based numa aware lock
lujiwei/reference-crdts
Simple, tiny spec-compliant reference implementations of Yjs and Automerge's list types.
lujiwei/rsocket-cpp
C++ implementation of RSocket
lujiwei/SC-ANN-FPGA
FANN (FPGA-based Approximate Nearest Neighbor)
lujiwei/seastar
High performance server-side application framework
lujiwei/tech_pdfs
Technically-oriented PDF Collection (Papers, Specs, Decks, Manuals, etc)
lujiwei/TopSort