https://github.com/splatlab/squeakr
Revision 3374258381c4faa1682b1587dd0ba8298adf1649 authored by Prashant Pandey on 05 February 2017, 00:06:30 UTC, committed by Prashant Pandey on 05 February 2017, 00:06:30 UTC
1 parent 013a66e
Raw File
Tip revision: 3374258381c4faa1682b1587dd0ba8298adf1649 authored by Prashant Pandey on 05 February 2017, 00:06:30 UTC
Adding a sample query benchmark.
Tip revision: 3374258
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top