We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 7ba3c9cCopy full SHA for 7ba3c9c
.gitignore
@@ -0,0 +1,13 @@
1
+# Compiled Object files
2
+*.slo
3
+*.lo
4
+*.o
5
+
6
+# Compiled Dynamic libraries
7
+*.so
8
+*.dylib
9
10
+# Compiled Static libraries
11
+*.lai
12
+*.la
13
+*.a
README.md
@@ -0,0 +1,4 @@
+liquibook
+=========
+Blazing fast C++ limit order book matching engine
0 commit comments