Skip to content

Commit d1fcdf6

Browse files
author
Gal Ben David
committed
wip
1 parent 5054c23 commit d1fcdf6

31 files changed

+14756
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@
2828

2929
## About The Project
3030

31-
PyRepScan is a python library written in C++. The library uses [libgit2](https://github.com/libgit2/libgit2) for repository parsing and traversinga and [re2](https://github.com/google/re2) for regex pattern matching. The library was written to achieve high performance and python bindings.
31+
PyRepScan is a python library written in C++. The library uses [libgit2](https://github.com/libgit2/libgit2) for repository parsing and traversing, [re2](https://github.com/google/re2) for regex pattern matching and [taskflow](https://github.com/taskflow/taskflow) for concurrency. The library was written to achieve high performance and python bindings.
3232

3333

3434
### Built With
3535

3636
* [libgit2](https://github.com/libgit2/libgit2)
3737
* [re2](https://github.com/google/re2)
38+
* [taskflow](https://github.com/taskflow/taskflow)
3839

3940

4041
### Performance

0 commit comments

Comments
 (0)