Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
PMem-based Data Structures
Commits
f173a8c4
Commit
f173a8c4
authored
Jun 15, 2020
by
Philipp Götze
Browse files
🐞
Replaced zconf by unistd
parent
c44518af
Pipeline
#676
passed with stages
in 6 minutes and 48 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pskiplists/woPSkiplist.hpp
View file @
f173a8c4
...
...
@@ -362,6 +362,7 @@ reInsert:
}
}
}
return
nullptr
;
}
ValueType
*
search
(
const
KeyType
key
)
const
{
...
...
@@ -394,6 +395,6 @@ reInsert:
};
/// end class woPSkiplist
}
/// namespace dbis::p
bptree
s
}
/// namespace dbis::p
skiplist
s
#endif /// WOP_SKIPLIST_HPP
src/ptries/BaseTrie.hpp
View file @
f173a8c4
...
...
@@ -18,13 +18,12 @@
#ifndef BASETRIE_HPP
#define BASETRIE_HPP
#include <zconf.h>
// std
#include <array>
#include <memory>
#include <cmath>
#include <iostream>
#include <memory>
#include <unistd.h>
// pmdk
#include <libpmemobj++/make_persistent.hpp>
...
...
src/ptries/PTreeNode.hpp
View file @
f173a8c4
...
...
@@ -20,11 +20,10 @@
#include "utils/PatriciaUtils.hpp"
#include <zconf.h>
#include <cstdlib>
#include <sstream>
#include <iostream>
#include <sstream>
#include <unistd.h>
#include <libpmemobj++/persistent_ptr.hpp>
#include <libpmemobj++/utils.hpp>
...
...
src/utils/PatriciaUtils.hpp
View file @
f173a8c4
...
...
@@ -25,7 +25,6 @@
#include <random>
#include <chrono>
#include <zconf.h>
#include <assert.h>
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment