Pinned Repositories
2048-Game-in-C
Implemented the game in C whose objective is to reach to the 2048 number tile by moving the numbered tiles in left, right, top, or down moments. The tile on merging grows in exponents of two.
30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
acl_search_lib
afxdp
AF_XDP Socket program
aili
the fastest in-memory index in the East 东半球最快并发索引
cityhash
Automatically exported from code.google.com/p/cityhash
leosatellites
Low Earth Orbit Satellite Simulator based on the OS3 framework for OMNeT++/INET.
os3
Satellite tracking library for OMNeT++/INET-Framework
starlink_ns3
http://www.sfu.ca/~anysam/ensc427project.html
StarPerf_Simulator
``Newspace'' mega-constellations, such as StarLink and OneWeb are gaining tremendous popularity, with the promising potential to provide high-capacity and low-latency communication globally. However, very little is know about the architecture and performance of such emerging systems, the workload they have to face, as well as the impact of topological options on the attainable network performance.
codeswolves's Repositories
codeswolves/click
Custom implementations to the Click Router
codeswolves/empirical-traffic-gen
Simple client-server application for generating user-defined traffic patterns.
codeswolves/fib-representation
Simulation code for efficient FIB representations
codeswolves/Leaf-pushing-and-merge
binary trie construction and ip lookup with Leaf pushing and merge algorithm
codeswolves/libcuckoo-1
codeswolves/LPM-Algorithms-Linux-XIA
This repository consists of various Longest Prefix Matching (LPM) algorithms aimed towards the project of finding the most suitable algorithm for Linux-XIA.
codeswolves/LPMwithPruning
Longest Prefix Matching with Pruning
codeswolves/PriorityTrie
PriorityTrie
codeswolves/quagga
Quagga is free software that manages various IPv4 and IPv6 routing protocols
codeswolves/SAIL
SAIL: A Splitting Approach to IP Lookup
codeswolves/XIA-for-Linux
XIA implementation for the Linux kernel
codeswolves/xorshift-1
Reference implementations of Xorshift RNGs taken from George Marsaglia's 2003 paper.
codeswolves/XSadd
XORSHIFT-ADD (XSadd): A variant of XORSHIFT