Moved to https://github.com/sipa/writeups/tree/main/minimizing-golomb-filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//! Demo of static "inheritance" | |
//! | |
//! Use trait objects to get dynamic inheritance, | |
//! but casting to a subtype is not explored here | |
//////////////////////////////////////////////////////// | |
// Define Base type, interface, and what is overloadable | |
//////////////////////////////////////////////////////// | |
/// The main type that will be extended |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"OP_DUP OP_HASH160 20 OP_EQUALVERIFY OP_CHECKSIG": 319721182, | |
"OP_HASH160 20 OP_EQUAL": 10083919, | |
"65 OP_CHECKSIG": 887766, | |
"OP_RETURN": 288521, | |
"OP_1 33 33 33 OP_3 OP_CHECKMULTISIG": 224438, | |
"": 219175, | |
"OP_1 33 33 OP_2 OP_CHECKMULTISIG": 206415, | |
"33 OP_CHECKSIG": 101306, | |
"OP_RETURN 40": 65287, |
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes: