object88 / langd

A Language Server Protocol implementation in Go for Go
MIT License
7 stars 0 forks source link

Use mph for json method lookup #32

Closed object88 closed 6 years ago

object88 commented 6 years ago

Change the JSON RPC request method lookup from a normal map to dgryski's mph.

object88 commented 6 years ago

This will address #32 .