Felipe Zimmerle
|
ad481be09e
|
lmdb backend: Adds support to select variables using regex
|
2016-07-11 11:00:06 -03:00 |
|
Felipe Zimmerle
|
de8245d8f9
|
in-memory backend: Adds support to select variables using regex
|
2016-07-11 10:59:43 -03:00 |
|
Felipe Zimmerle
|
833089eb70
|
Adds method resolveFirstCopy to collections
Using the copy whenever it is necessary to avoid memory leak.
|
2016-07-08 10:22:37 -03:00 |
|
Felipe Zimmerle
|
6e4226ee4d
|
Adds support to global collections shared among different process
There is a memory leak in the variable resolution that should be
contained by an internal change in the way that the variables
are resolved.
|
2016-07-07 23:03:47 -03:00 |
|
Felipe Zimmerle
|
5daf4873b5
|
build: Searching for LMDB during the configuration phase
|
2016-07-05 11:56:19 -03:00 |
|
Felipe Zimmerle
|
e231503bc9
|
Simplifies the collection interface
|
2016-07-05 09:48:58 -03:00 |
|
Felipe Zimmerle
|
3062ff2aa5
|
Using Collection instead of GlobalCollection
Both has the same methods and characteristics except for the fact that
one is global and the other not. That can be handled by the backend.
|
2016-05-04 22:42:24 -03:00 |
|
Felipe Zimmerle
|
64c4f23a4e
|
Collection class was changed to be a simple interface
InMomoryPerProcess class was added to be used where the old Collection
was used.
|
2016-05-04 22:42:17 -03:00 |
|