1 Star 0 Fork 0

黎明/rust-in-databend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
wubx 提交于 2021-12-16 22:12 . 第24课 performance-tuning-in-databend
# IntelliJ project files
.idea/*
# visual studio code files
.vscode
.dir-locals.el
# Rust
target/*
distro/*
cli/e2e/bendctl
.cargo/config.toml
# OS related
### MacOS ###
.DS_Store
.AppleDouble
.LSOverride
# profile
flamegraph.*
perf.*
# tests
*.stderr
*.stdout
*.out
*.err
*.error
*.swp
_local_fs/*
_meta*/*
stateless_test_data/*
**/_logs*/*
_data/
_tmp/*
tls/certs/*
.databend/
checksums.txt
# for tests in mac
*.stderr-e
*.stdout-e
tests/perfs/*-result.json
# python
venv/
*.pyc
__pycache__/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/Json159/rust-in-databend.git
[email protected]:Json159/rust-in-databend.git
Json159
rust-in-databend
rust-in-databend
main

搜索帮助