Michael Hackstein
|
855cc0fc96
|
Removed all functionality from hash-array. To be removed
|
2015-08-24 14:55:55 +02:00 |
Michael Hackstein
|
80e1f6decc
|
Started templatefying hash-array to AssocUnique
|
2015-08-24 14:16:45 +02:00 |
Michael Hackstein
|
2dd0f7cf7f
|
Continued @neunhoef 's on simplification of hash-index. The index itself will never free anything, calling class is responsible for freeing now.
|
2015-08-24 13:14:35 +02:00 |
Michael Hackstein
|
d43c515b56
|
Fixed a bug in hash index buckets. When resizing the table was not nulled correctly.
|
2015-08-24 11:22:53 +02:00 |
Max Neunhoeffer
|
479f81f760
|
Buckets for hash-array, also C++-ize it.
|
2015-08-21 16:05:17 +02:00 |
Michael Hackstein
|
33c3c0474e
|
Removed obsolte header file in old hashindex
|
2015-08-17 16:04:18 +02:00 |
Michael Hackstein
|
e867181a72
|
Merge remote-tracking branch 'origin/eimerung_hashindex' into array_indexing
|
2015-08-17 15:58:53 +02:00 |
Max Neunhoeffer
|
dac7fb06e0
|
Finish change to hash index. Compiles, unit-tests still broken in one place.
|
2015-08-17 12:57:52 +02:00 |
Max Neunhoeffer
|
5fe46dbcb9
|
Some more changes. Not yet through.
|
2015-08-17 12:57:52 +02:00 |
Max Neunhoeffer
|
7217111192
|
First step for hashindex, this revision is broken.
Changes are only done half-way.
|
2015-08-17 12:57:52 +02:00 |
Michael Hackstein
|
0baf8143d9
|
Fixed a bug in the usage of HashIndex tables, with the new index element.
|
2015-08-17 12:43:14 +02:00 |
Michael Hackstein
|
1d774ade12
|
Removed hash_index_element and used the unified index_element instead. Also moved allocation of a new index entry closer to the spot where it is actually filled. This allows for lazy allocation.
|
2015-08-17 12:43:14 +02:00 |
Jan Steemann
|
907e6368c6
|
some unused function cleanup
|
2015-08-17 12:43:09 +02:00 |
Jan Steemann
|
330fac6225
|
some unused function cleanup
|
2015-08-06 21:25:32 +02:00 |
Jan Steemann
|
6d7ccd7699
|
move shaper to cxx
|
2015-07-28 17:38:31 +02:00 |
Jan Steemann
|
88198767dd
|
logging
|
2015-05-29 09:49:22 +02:00 |
Jan Steemann
|
a9f2769ffa
|
now compiles and links
|
2015-05-23 04:31:13 +02:00 |
Jan Steemann
|
a5b6f00b7f
|
moved indexes to cxx
|
2015-05-22 20:15:14 +02:00 |
Jan Steemann
|
f8a4df2ad4
|
Merge branch 'edge-index-resize' of https://github.com/arangodb/arangodb into devel
Conflicts:
lib/Basics/associative-multi.cpp
|
2015-05-13 12:52:38 +02:00 |
Jan Steemann
|
e250a31b0c
|
shaper changes
|
2015-02-15 21:53:27 +01:00 |
Jan Steemann
|
003d7e9112
|
sparse indexes, initial commit, untested
|
2015-02-07 03:07:41 +01:00 |
Jan Steemann
|
f3b142849f
|
fixed leaks during reverts
|
2015-01-03 01:28:23 +01:00 |
Jan Steemann
|
d151088a94
|
fixed invariant
|
2014-10-13 14:24:29 +02:00 |
Jan Steemann
|
4c366dad63
|
issue #1038: use linked lists for collisions
|
2014-10-10 18:05:23 +02:00 |
Jan Steemann
|
3c0723e244
|
slight speedup for hash index
|
2014-09-16 19:46:24 +02:00 |
Jan Steemann
|
953b8cdfe3
|
renamed files
|
2014-09-13 00:34:48 +02:00 |
Frank Celler
|
4dcf5dc817
|
updated disclaimer
|
2014-06-20 16:40:35 +02:00 |
Jan Steemann
|
7e52ebbc3b
|
fixes for Visual Studio
|
2014-06-20 15:46:33 +02:00 |
Jan Steemann
|
6c0dcf85c4
|
WAL DDL markers
|
2014-06-19 14:33:38 +02:00 |
Jan Steemann
|
ae6ac271e3
|
index rework
|
2014-06-14 23:40:56 +02:00 |
Jan Steemann
|
772ed8bccc
|
hash index optimization
|
2014-06-11 15:46:55 +02:00 |
Jan Steemann
|
3f22fa03be
|
fixed some indexes
|
2014-06-08 03:03:16 +02:00 |
Jan Steemann
|
362838ae69
|
TRI_ASSERT
|
2014-06-06 11:25:19 +02:00 |
Max Neunhoeffer
|
2776dc78fa
|
Make TRI_doc_mptr_t a C++ struct.
|
2014-06-05 12:03:57 +02:00 |
Max Neunhoeffer
|
a32bf12f2f
|
Looked at all _dataptr dereferences.
|
2014-06-04 15:18:25 +02:00 |
Max Neunhoeffer
|
13541cf4ec
|
Rename component _data -> _dataptr in master pointer.
|
2014-06-03 22:27:08 +02:00 |
Jan Steemann
|
d4dd58b264
|
merged primary-collection.cpp with document-collection.cpp
|
2014-05-31 00:22:32 +02:00 |
Jan Steemann
|
7b9ce7046f
|
added typecasts
|
2014-05-08 14:29:15 +02:00 |
Jan Steemann
|
0a5e641f97
|
added index memory usage statistics
this also adds index memory usage to the output of the `figures` method
|
2014-05-02 22:05:29 +02:00 |
Jan Steemann
|
182344f7d3
|
renamed
|
2014-04-07 12:02:04 +02:00 |