diff --git a/README.md b/README.md index 2f9c3e4..10cc5b2 100644 --- a/README.md +++ b/README.md @@ -188,12 +188,23 @@ Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. --- +## Maintainers + +- **[@kolkov](https://github.com/kolkov)** - Creator & Lead Maintainer + +--- + ## Acknowledgments +**Research:** - **Cormac Flanagan & Stephen Freund** - FastTrack algorithm (PLDI 2009) - **Dmitry Vyukov** - ThreadSanitizer and Go race detector integration - **Go Team** - Original race detector implementation +**Community Contributors:** +- **[@thepudds](https://github.com/thepudds)** - Critical bug report: pointer dereference instrumentation ([#27](https://github.com/kolkov/racedetector/issues/27)) +- **[@glycerine](https://github.com/glycerine)** - Extensive real-world testing on [zygomys](https://github.com/glycerine/zygomys) ([#15](https://github.com/kolkov/racedetector/issues/15), [#16](https://github.com/kolkov/racedetector/issues/16), [#17](https://github.com/kolkov/racedetector/issues/17)) + --- ## License