remove stxxl verbose problem with compilation (#93)
add next_block and next methods
add comments
Merge pull request #92 from yarchi/master
Fix memory leak in linuxaio: Posted requests were moved into (unnecessary) queue and freed only on programme termination
Sorry. I can't delete it.
Sorry. I can't delete it.
Sorry. I can't delete it.
Sorry. I can't delete it.
Hi. I'm new in Stxxl. I have some problem when using Stxxl. For small data (like 1M sequence), it works well. But when using large data (like 40M sequence), processes stuck on D state permanently. ( in a function of "get Sfx") I searched it but there was nothing happen like this in stxxl. when t = 1, it work well. but when after t << 1 ( t =2 ), processes stuck on D stake. I think problematic part is here. because no print out "cnt1 finished" at " t =2." for (int i = 0; i<n; i++) cnt[g[min(i + t,...
Hi. I'm new in Stxxl. I have some problem when using Stxxl. For small data (like 1M sequence), it works well. But when using large data (like 40M sequence), processes stuck on D state permanently. ( in a function of "get Sfx") I searched it but there was nothing happen like this in stxxl. when t = 1, it work well. but when after t << 1 ( t =2 ), processes stuck on D stake. I think problematic part is here. because no print out "cnt1 finished" at " t =2." for (int i = 0; i<n; i++) cnt[g[min(i + t,...
A 'map' of a 'set' or a 'vector' of objects with the same 'map' key or even a map of a pair of indexes into a vector repesenting the start and end positions? A bit of a bodge perhaps.
Added noexcept(false) attributes. Fixes #60
Add noexcept(false) attributes. Fixes #60
With the code that follows, I want to create a map of type std::map<std::string,uint_fast64_t>. By using a debugger, I got that the exception was raised by stl_pair.h at line 368 (pair& operator=(typename conditional<__and_<is_copy_assignable<_T1>, is_copy_assignable<_T2>>::value, const pair&, const __wrap_nonesuch&>::type __p)), which was invoked by the map scanning of cur (*(cur + 1) = *cur;) in the leaf.h insert function of stxxl. I provide the code I used in the following source code: #include...
linuxaio_queue: fixing use of iterator after er...
Fixing overflow bug in uint_pair due to not cas...
ssize_t wqas missing on MSVC
Fixing some of the windows-related changes and ...
Fixing PPQ on MSVC.
spin lock error on windows - fast fix
Updating to uncrustify 0.61.
very dirty fix for OpenMP 3.0 errors on MSVC
Merge remote-tracking branch 'bingmann/master'
ERROR was macro defined on windows - fast fix
hash map deprecated - fast fix
round_up_to_power_of_two: fixing weird undefine...
Using unsigned keys in winner tree now.
too big file for MSVC, needs /bigobj
So I did some digging and manual reading and checking the examples and adapted the...
Hey guys, I'm trying to do work on a 3TB database file which contain particle positions...
Removes variable name hiding by renaming variab...
Merge pull request #41 from adishavit/master
Add a default C'tor for spin_lock when MSVC_VE...
Fix #38: `empty()` actually returns `!empty()`
Merge pull request #37 from orens/feature/windo...
Merge pull request #39 from orens/hashmap-empty
Hi, When using the stxxl::vector ctor that maps to an input file, one invariant is...
Merge pull request #35 from manpen/master
Fix interrupted syscall in linuxaio queue
Thanks for the tip. I'll try it with std::lower_bound and a const_iterator. What...
Thanks for the tip. I'll try it with std::lower_bound and a const_iterator. What...
I would make sure that the accesses into the vector use const_iterator, as not to...
I would make sure that the accesses into the vector use const_iterator, as not to...
Hi, I need to do a binary search on a sorted stxx::vector<>. Several options come...
compile fix with g++ 5.3.0
Merge pull request #30 from velnias75/master
Hi, is there functionality to have STXXL persist on disk? Looking to use it to store...
I made some more experiment, and it appears that stxxl documentation is too pessimistic:...
Added fist version of examples/applications/ske...
Merge pull request #26 from reunanen/fix-gettem...
Ditto for WinAPI functions used in wfs_file_bas...
Eliminated tmp variables in merge_sa_lcp
Removed template parameters of some types and c...
Merge branch 'master' of https://github.com/bob...
Update to uncrustify 0.61 and reformatting skew...
Merge branch 'bobbthebuilder-master'
Deleted unused helpers, statements and variables
Enabled stxxl::uint40 datatypes
Removed debug output in examples/applications/s...
Fix possible compiler error on Windows / Micros...
examples: further simplifying skew3-lcp to use ...
Hi, Is it possible to change the logging level at runtime? E.g. as response to a...
Hi, I'd like to use big arrays (HITRAN-like data) of structs in a multithreaded code....
I have just one vector mapped to a file. Why is random eviction preferable to lr...
Hi, I was trying to use STXXL in a DLL and came across the atexit() problem. Defining...
Hi, I was trying to use STXXL in a DLL and came across the atexit() problem. Defining...
The difference between stxxl::vector<> and stxxl::VECTOR_GENERATOR<> is only in the...
Anyone? Timo?
Hi, What is the difference between using the stxxl::vector<> http://stxxl.sourceforge.net/tags/1.4.1/design_vector.html...
Yes this is still possible. The stxxl::vector has a constructor which uses a file....
Hi, Is this still true in version 1.4.1? Are there any suggestions how to do actually...
Hi! I have a large binary (STL https://en.wikipedia.org/wiki/STL_(file_format)) file...
Second, you can associate a specific file with an stxxl::vector with, then you maybe...
Probably not. You can submit a patch if it does not change too many things.
Hello, I am using stxxl::map for simulating a memory, where I try to reduce some...
Hello, i am new to stxxl. May i ask you how it is possible to store strings in the...
Typos in tutorial_map.dox and wrong way around ...
Merged /trunk:r2116-2122,2125,2135-2140,2147,21...
Adding --offset parameter to benchmark_disks tool.
Merged /trunk:r2106-2115.
Merged /trunk:r1910-1994.
reformat with unctrustify
port to materialize_batch(): delay calling bloc...
Merged /trunk:r1998-2033.
switch from 'bool deferred' to 'StartMode start...
replace member flag variables for disabled feat...
Merged /trunk:r2123-2124,2126-2129
Merged /trunk:r1906
work around spurious g++-4.4 warning 'anonymous...
Merged /trunk:r1900-1905,1907-1909
one more PR33361 case closed ...
Merged /trunk:r2100-2105.
Merged /trunk:r2034-2099
Merged /trunk:r1995-1997.
Merged /trunk:r2230,2236,2239-2243
pass memory_to_use to basic_runs_merger::initia...
Merged /trunk:r2160,2231,2238,2244-2245
Merged /trunk:r2130
Merged /trunk:r2132-2133,2141-2144,2161-2162