Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
zeon256 committed Jan 4, 2020
1 parent 96ebd89 commit 05f8761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ This project uses [lta-rs](https://github.com/BudiNverse/lta-rs) internally.
```
GET http://localhost:8080/api/v1/timings/83139
```
<details>
<summary>
Click to show API response
</summary>
```json
[
{
Expand Down Expand Up @@ -144,6 +148,7 @@ GET http://localhost:8080/api/v1/timings/83139
}
]
```
</details>

## Optimisations (in order of impact)
- caching response with a lock-free hashmap
Expand Down

0 comments on commit 05f8761

Please sign in to comment.