Skip to content

Commit

Permalink
storage/objcache: Use youtube/vitess LRU cache, dump ccache
Browse files Browse the repository at this point in the history
ccache fails in benchmarks and panics. very weird.
  • Loading branch information
SchumacherFM committed Nov 8, 2018
1 parent 55573f9 commit 85bfb3a
Show file tree
Hide file tree
Showing 23 changed files with 731 additions and 1,967 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,15 @@ from the geniuses listed below:
| Ventu.io, Oleg Sklyar, contributors. | [util/shortid](http://github.com/corestoreio/pkg/tree/master/utils/shortid) | MIT License Copyright (c) 2016, |
| Carl Jackson (carl@avtok.com) (Goji) | [net/responseproxy](http://github.com/corestoreio/pkg/tree/master/net/responseproxy) | Copyright (c) 2014, 2015, 2016 |
| Greg Roseberry, 2014; Patrick O'Brien, 2016 | [util/null](http://github.com/corestoreio/pkg/tree/master/util/null) | BSD Copyright (c) 2014, 2015, 2016 |
| The Go-MySQL-Driver Authors | [util/null/time_mysql.go](http://github.com/corestoreio/pkg/tree/master/util/null/time_mysql.go) | Mozilla Public License, v. 2.0, Copyright 2012 |
| The Go-MySQL-Driver Authors | [storage/null/time_mysql.go](http://github.com/corestoreio/pkg/tree/master/storage/null/time_mysql.go) | Mozilla Public License, v. 2.0, Copyright 2012 |
| siddontang | [storage/binlogsync](http://github.com/corestoreio/pkg/tree/master/storage/binlogsync) | MIT Copyright (c) 2014 |
| siddontang | [storage/myreplicator](http://github.com/corestoreio/pkg/tree/master/storage/myreplicator) | MIT Copyright (c) 2014 |
| Tace De Wolf | [util/byteconv](http://github.com/corestoreio/pkg/tree/master/util/byteconv) | MIT Copyright (c) 2015 |
| Copyright 2013 The Camlistore Authors | [util/byteconv](http://github.com/corestoreio/pkg/tree/master/util/byteconv) | Apache 2.0 |
| Copyright 2013 Google Inc. | [storage/lru](http://github.com/corestoreio/pkg/tree/master/storage/lru) | Apache 2.0 |
| Alex Saskevich | [util/validation](http://github.com/asaskevich/govalidator) | MIT Copyright (c) 2014 |
| Mat Ryer and Tyler Bunnell | [util/assert](http://github.com/alecthomas/assert) or github.com/stretchr/testify | Copyright (c) 2012 - 2013 |
| Google Youtube | [storage/lru](http://github.com/youtube/vitess) | Apache License, Version 2.0 |

## Licensing

Expand Down
41 changes: 0 additions & 41 deletions storage/ccache/bucket.go

This file was deleted.

63 changes: 0 additions & 63 deletions storage/ccache/bucket_test.go

This file was deleted.

230 changes: 0 additions & 230 deletions storage/ccache/cache.go

This file was deleted.

Loading

0 comments on commit 85bfb3a

Please sign in to comment.