This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
mmtable
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Initial commit
master
J. David Lee
1 year ago
commit
13c931e4ff
2 changed files
with
20 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
.gitignore
+3
-0
README.md
+ 17
- 0
.gitignore
View File
@ -0,0 +1,17 @@
# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
+ 3
- 0
README.md
View File
@ -0,0 +1,3 @@
# mmtable
Memory mapped column oriented tables for Go.
Write
Preview
Loading…
Cancel
Save