Skip to content

repository: Add unarycache around FindLicense

Toon Claes requested to merge toon-unarycache into master

The Go implementation of the FindLicense gRPC tends to be slow. To overcome this issue, these changes introduce a unarycache. It uses an in-memory cache.

Issue: #4617 (closed)

Edited by Toon Claes

Merge request reports