Skip to content

Commit

Permalink
Updating FIFO cache to use a Map to minimize megamorphic IC problem…
Browse files Browse the repository at this point in the history
…s, updating copyright year
  • Loading branch information
avoidwork committed Jan 26, 2019
1 parent 6243a6e commit c1a7268
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018, Jason Mulligan
Copyright (c) 2019, Jason Mulligan
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ Registers middleware for a route. `path` is a regular expression (as a string),
All HTTP methods are available on the prototype (partial application of the third argument), e.g. `get([path,] ...fn)` & `options([path,] ...fn)`.

## License
Copyright (c) 2018 Jason Mulligan
Copyright (c) 2019 Jason Mulligan
Licensed under the BSD-3 license.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woodland",
"version": "7.3.38",
"version": "7.3.39",
"description": "Lightweight HTTP/HTTP2 router with automatic `Allow` & `CORS` headers",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "http://avoidwork.github.io/woodland/",
"dependencies": {
"tiny-coerce": "^1.1.1",
"tiny-fifo": "^1.0.4"
"tiny-fifo": "^1.1.0"
},
"devDependencies": {
"grunt": "^1.0.3",
Expand Down

0 comments on commit c1a7268

Please sign in to comment.