[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125153589 ## File path: src/ddoc_cache/src/ddoc_cache_speed.erl ## @@ -0,0 +1,61 @@ +-module(ddoc_cache_speed). Review comment:

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125153404 ## File path: src/ddoc_cache/src/ddoc_cache.hrl ## @@ -0,0 +1,40 @@ +% Licensed under the Apache License, Version 2.0 (the

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125153291 ## File path: src/ddoc_cache/src/ddoc_cache_entry.erl ## @@ -0,0 +1,280 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125153163 ## File path: src/ddoc_cache/src/ddoc_cache_entry.erl ## @@ -0,0 +1,280 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125153121 ## File path: src/ddoc_cache/src/ddoc_cache_entry.erl ## @@ -0,0 +1,280 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125153121 ## File path: src/ddoc_cache/src/ddoc_cache_entry.erl ## @@ -0,0 +1,280 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125153036 ## File path: src/ddoc_cache/src/ddoc_cache_entry.erl ## @@ -0,0 +1,280 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125152943 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,293 @@ +% Licensed under the Apache License, Version 2.0 (the

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125152800 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,293 @@ +% Licensed under the Apache License, Version 2.0 (the

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125152180 ## File path: src/ddoc_cache/src/ddoc_cache_entry_ddocid.erl ## @@ -0,0 +1,35 @@ +% Licensed under the Apache License, Version

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125152149 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,293 @@ +% Licensed under the Apache License, Version 2.0 (the

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125152009 ## File path: src/ddoc_cache/src/ddoc_cache_entry_ddocid.erl ## @@ -0,0 +1,35 @@ +% Licensed under the Apache License, Version

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-30 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r125151857 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,293 @@ +% Licensed under the Apache License, Version 2.0 (the

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-23 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123812761 ## File path: src/ddoc_cache/src/ddoc_cache_tables.erl ## @@ -0,0 +1,69 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123591611 ## File path: src/ddoc_cache/src/ddoc_cache_tables.erl ## @@ -0,0 +1,69 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123589451 ## File path: src/ddoc_cache/src/ddoc_cache_opener.erl ## @@ -32,195 +32,96 @@ ]). -export([ -open_doc/2, -

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123588287 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,316 @@ +% Licensed under the Apache License, Version 2.0 (the

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123588153 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,316 @@ +% Licensed under the Apache License, Version 2.0 (the

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123586231 ## File path: src/ddoc_cache/src/ddoc_cache_opener.erl ## @@ -32,195 +32,96 @@ ]). -export([ -open_doc/2, -

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123584058 ## File path: src/ddoc_cache/src/ddoc_cache_refresher.erl ## @@ -0,0 +1,102 @@ +% Licensed under the Apache License, Version 2.0

[GitHub] chewbranca commented on a change in pull request #610: Optimize ddoc cache

2017-06-22 Thread git
chewbranca commented on a change in pull request #610: Optimize ddoc cache URL: https://github.com/apache/couchdb/pull/610#discussion_r123580724 ## File path: src/ddoc_cache/src/ddoc_cache_lru.erl ## @@ -0,0 +1,316 @@ +% Licensed under the Apache License, Version 2.0 (the