whirlog
frr
whirlog | frr | |
---|---|---|
8 | 25 | |
73 | 3,510 | |
- | 1.8% | |
1.8 | 10.0 | |
over 3 years ago | 7 days ago | |
Common Lisp | C | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
whirlog
-
The “Build Your Own Database” book is finished
There are many kinds of databases, I've used similar designs to [0] (Lisp warning, ymmv) successfully in several projects.
[0] https://github.com/codr7/whirlog
-
Build Your Own Fast, Persistent, Toy KV Store
I've built several versions of a log based db with composite keys over the years, the most complete version so far in Common Lisp:
https://github.com/codr7/whirlog
- Show HN: Minimal versioned log structured relational DB in Common Lisp
- A minimal single proc, mt capable, versioned, log structured relational Lisp DB
- Show HN: A minimalistic versioned, log-based relational database in Common Lisp
-
Tree.h in OpenBSD: dependency-free intrusive binary tree (2002)
I have a fairly comprehensible left leaning rb tree implementation that I've been porting along my travels.
I keep it around for situations where a binary searched array isn't doable or good enough, but I still want ordered set functionality that isn't in the stdlib.
https://github.com/codr7/whirlog/blob/main/rb.lisp
https://github.com/codr7/libcodr7/blob/master/source/codr7/t...
- Show HN: A simple, log-based relational database in Common Lisp
frr
-
Show HN: A portable hash map in C
This is incredibly funny to me, because this is almost exactly how some of our other tests work :D
(Almost: we have a full-featured command shell and just use that for testing)
Code: https://github.com/FRRouting/frr/blob/master/tests/ospf6d/te...
Input: https://github.com/FRRouting/frr/blob/master/tests/ospf6d/te...
Expected output: https://github.com/FRRouting/frr/blob/master/tests/ospf6d/te...
-
Async Rust is not safe with io_uring
I don't think it's possible to get away with fundamentally no cancellation support, there are enough edge cases that need it even if most applications don't have such edge cases.
FWIW, this was also painful to do in our C event loop, but there was no way around the fact that we needed it (cf. https://github.com/FRRouting/frr/blob/56d994aecab08b9462f2c8... )
- Type-erased generic functions for C: A modest non-proposal
-
Advice for a high school networking lab
FRR https://frrouting.org/ is another open source tool for a more Cisco style CLI syntax. You’d install that on top of most Linux distros.
-
Flush BGP table faster
Use a decent PC or three, use https://frrouting.org/ and see fast bgp convergence 8-)
- I think I suck at Networking
- Uthash – C macros for hash tables and more
-
Recommendations on Software-based Traffic Management and Routing Platforms
Open source, check out freerouter (https://wiki.geant.org/display/RARE/Home) and FRR (https://frrouting.org/)
-
Pulling My Hair Out Over Netplan
u/GamerLymx The setup goal was, originally, to set this up as a desktop testing router using FRRouting so I could experiment with some technologies I work with, namely OpenFabric without having to buy a $6k switch (Extreme Networks) as well as OSPF and EIGRP. However, I ran into some issues with setting up FRRouting and could not find sufficient information out there to overcome those. So I decided to just turn it into a plain router using NFTables, etc., when I ran into the issues with Netplan.
-
FRRouting and NordVPN
Has anyone ever setup FRRouting to connect to a consumer VPN such as NordVPN? I have been Googling but have come up empty so I am assuming it is not something that can be done. Just the same, I thought I would ask in case I am asking the question wrong in my searches.
What are some alternatives?
illumos-gate - An open-source Unix operating system
sc - Common libraries and data structures for C.
barreldb - A disk based KV store (based on Bitcask implementation)
trigger - Trigger is a robust network automation toolkit written in Python that was designed for interfacing with network devices.
quickiebase - a pure-Python NoSQL database
src - Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
dslabs - Distributed Systems Labs and Framework
nautobot - Network Source of Truth & Network Automation Platform
libcodr7 - fundamental tools in the spirit of C
nusort - Japanese direct-to-kanji input system with 2-key codes
MicroCalc - Welcome to MicroCalc. A Turbo Pascal demonstation program -> running under Windows command line.
rpki-client-portable - Portability shim for OpenBSD's rpki-client