This website requires JavaScript.
Explore
Help
Register
Sign In
ngn
/
libmedium
Watch
1
Star
0
Fork
0
You've already forked libmedium
Code
Issues
1
Pull Requests
9
Actions
Packages
Activity
libmedium
/
.gitignore
7 lines
70 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
init
2021-10-31 15:11:13 +05:30
/target
Cache post data using sled Each post fetch was taking 800ms TAT, so I'm using sled to fetch and cache post data. This reduced TAT down to 2ms. However, this could cause storage issues. I must design some sort of resource manager to clean up cache.
2021-11-02 15:30:25 +05:30
posts_cache
use grcov to get rust code coverage
2021-11-25 14:09:42 +05:30
tmp/
*.profraw
feat: use cargo-tarpaulin for generating coverage
2022-01-05 13:03:27 +05:30
tarpaulin-report.html
coverage.xml
Reference in New Issue
Copy Permalink