chen3feng / stl4go

Generic Container and Algorithm Library for Go
Apache License 2.0
315 stars 49 forks source link

Implement more data structures with goroutine-safe #102

Closed Schofi closed 2 years ago

Schofi commented 2 years ago

I will add and implement more data structures and methods. Today I wrote some methods of dlist lock and binary search tree

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 3028640374

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
slist.go 2 98.23%
dlist_queue.go 6 88.0%
vector.go 6 95.31%
<!-- Total: 14 -->
Totals Coverage Status
Change from base Build 3027012990: -6.5%
Covered Lines: 1688
Relevant Lines: 1806

💛 - Coveralls
chen3feng commented 2 years ago

Please add 1 feature in each PR, thanks. this will help to accelerate the merge, thanks.

chen3feng commented 2 years ago

Thanks!

Butt here are some suggestions:

chen3feng commented 2 years ago

Thanks!

Butt here are some suggestions:

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information