Activity for STXXL

  • Timo Bingmann Timo Bingmann committed [b9e44f]

    remove stxxl verbose problem with compilation (#93)

  • akhremtsev committed [9b7dbc]

    add next_block and next methods

  • akhremtsev committed [8dd576]

    add comments

  • GitHub committed [70f19e]

    Merge pull request #92 from yarchi/master

  • Manuel Penschuck committed [97bf99]

    Fix memory leak in linuxaio: Posted requests were moved into (unnecessary) queue and freed only on programme termination

  • HoYong LEE HoYong LEE modified a comment on discussion Announcements

    Sorry. I can't delete it.

  • HoYong LEE HoYong LEE modified a comment on discussion Announcements

    Sorry. I can't delete it.

  • HoYong LEE HoYong LEE modified a comment on discussion Announcements

    Sorry. I can't delete it.

  • HoYong LEE HoYong LEE modified a comment on discussion Announcements

    Sorry. I can't delete it.

  • HoYong LEE HoYong LEE posted a comment on discussion Help on Stxxl

    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,...

  • HoYong LEE HoYong LEE posted a comment on discussion Announcements

    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,...

  • Matthew Carey Matthew Carey posted a comment on discussion Help on Stxxl

    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.

  • Manuel Penschuck committed [263df0]

    Added noexcept(false) attributes. Fixes #60

  • Niklas Schnelle committed [6cf18c]

    Add noexcept(false) attributes. Fixes #60

  • JackBergus JackBergus posted a comment on discussion Help on Stxxl

    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...

  • Timo Bingmann Timo Bingmann committed [812fd7]

    linuxaio_queue: fixing use of iterator after er...

  • Timo Bingmann Timo Bingmann committed [7a4230]

    Fixing overflow bug in uint_pair due to not cas...

  • Timo Bingmann Timo Bingmann committed [a956a2]

    ssize_t wqas missing on MSVC

  • Timo Bingmann Timo Bingmann committed [aca87f]

    Fixing some of the windows-related changes and ...

  • Thomas Keh committed [e5a15b]

    Fixing PPQ on MSVC.

  • Timo Bingmann Timo Bingmann committed [4ed5e4]

    spin lock error on windows - fast fix

  • Timo Bingmann Timo Bingmann committed [7a5e8e]

    Updating to uncrustify 0.61.

  • Timo Bingmann Timo Bingmann committed [6320cb]

    very dirty fix for OpenMP 3.0 errors on MSVC

  • Timo Bingmann Timo Bingmann committed [0a80a8]

    Merge remote-tracking branch 'bingmann/master'

  • Timo Bingmann Timo Bingmann committed [eecad9]

    ERROR was macro defined on windows - fast fix

  • Timo Bingmann Timo Bingmann committed [0defb4]

    hash map deprecated - fast fix

  • Timo Bingmann Timo Bingmann committed [3bfa16]

    round_up_to_power_of_two: fixing weird undefine...

  • Thomas Keh committed [18cb28]

    Using unsigned keys in winner tree now.

  • Timo Bingmann Timo Bingmann committed [ff3bd1]

    too big file for MSVC, needs /bigobj

  • Lumbricust Lumbricust posted a comment on discussion Help on Stxxl

    So I did some digging and manual reading and checking the examples and adapted the...

  • Gordon Ruf Gordon Ruf posted a comment on discussion Help on Stxxl

    Hey guys, I'm trying to do work on a 3TB database file which contain particle positions...

  • Adi Shavit @ MacBookPro committed [daecc2]

    Removes variable name hiding by renaming variab...

  • GitHub committed [78dd7e]

    Merge pull request #41 from adishavit/master

  • Oren Shmuel committed [0b8917]

    Add a default C'tor for spin_lock when MSVC_VE...

  • Oren Shmuel committed [1e43ae]

    Fix #38: `empty()` actually returns `!empty()`

  • GitHub committed [f3b5d5]

    Merge pull request #37 from orens/feature/windo...

  • GitHub committed [90fc4e]

    Merge pull request #39 from orens/hashmap-empty

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Hi, When using the stxxl::vector ctor that maps to an input file, one invariant is...

  • Timo Bingmann Timo Bingmann committed [5b9663]

    Merge pull request #35 from manpen/master

  • Manuel Penschuck committed [ab5294]

    Fix interrupted syscall in linuxaio queue

  • Adi Shavit Adi Shavit modified a comment on discussion Help on Stxxl

    Thanks for the tip. I'll try it with std::lower_bound and a const_iterator. What...

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Thanks for the tip. I'll try it with std::lower_bound and a const_iterator. What...

  • Timo Bingmann Timo Bingmann modified a comment on discussion Help on Stxxl

    I would make sure that the accesses into the vector use const_iterator, as not to...

  • Timo Bingmann Timo Bingmann posted a comment on discussion Help on Stxxl

    I would make sure that the accesses into the vector use const_iterator, as not to...

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Hi, I need to do a binary search on a sorted stxx::vector<>. Several options come...

  • Heiko Schäfer Heiko Schäfer committed [224f51]

    compile fix with g++ 5.3.0

  • Timo Bingmann Timo Bingmann committed [052d8b]

    Merge pull request #30 from velnias75/master

  • Raptor Jesus Raptor Jesus posted a comment on discussion Help on Stxxl

    Hi, is there functionality to have STXXL persist on disk? Looking to use it to store...

  • christophe coustet christophe coustet posted a comment on discussion Help on Stxxl

    I made some more experiment, and it appears that stxxl documentation is too pessimistic:...

  • Daniel Feist committed [9feecb]

    Added fist version of examples/applications/ske...

  • Timo Bingmann Timo Bingmann committed [104451]

    Merge pull request #26 from reunanen/fix-gettem...

  • Juha Reunanen committed [3c2e56]

    Ditto for WinAPI functions used in wfs_file_bas...

  • Daniel Feist committed [004c74]

    Eliminated tmp variables in merge_sa_lcp

  • Daniel Feist committed [514837]

    Removed template parameters of some types and c...

  • Timo Bingmann Timo Bingmann committed [fe8f7b]

    Merge branch 'master' of https://github.com/bob...

  • Timo Bingmann Timo Bingmann committed [163de7]

    Update to uncrustify 0.61 and reformatting skew...

  • Timo Bingmann Timo Bingmann committed [1babe4]

    Merge branch 'bobbthebuilder-master'

  • Daniel Feist committed [ad1cb0]

    Deleted unused helpers, statements and variables

  • Daniel Feist committed [071af1]

    Enabled stxxl::uint40 datatypes

  • Daniel Feist committed [934f2a]

    Removed debug output in examples/applications/s...

  • Juha Reunanen committed [fb63d8]

    Fix possible compiler error on Windows / Micros...

  • Timo Bingmann Timo Bingmann committed [d507df]

    examples: further simplifying skew3-lcp to use ...

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Hi, Is it possible to change the logging level at runtime? E.g. as response to a...

  • christophe coustet christophe coustet posted a comment on discussion Help on Stxxl

    Hi, I'd like to use big arrays (HITRAN-like data) of structs in a multithreaded code....

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    I have just one vector mapped to a file. Why is random eviction preferable to lr...

  • Adi Shavit Adi Shavit modified a comment on discussion Help on Stxxl

    Hi, I was trying to use STXXL in a DLL and came across the atexit() problem. Defining...

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Hi, I was trying to use STXXL in a DLL and came across the atexit() problem. Defining...

  • Timo Bingmann Timo Bingmann posted a comment on discussion Help on Stxxl

    The difference between stxxl::vector<> and stxxl::VECTOR_GENERATOR<> is only in the...

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Anyone? Timo?

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Hi, What is the difference between using the stxxl::vector<> http://stxxl.sourceforge.net/tags/1.4.1/design_vector.html...

  • Timo Bingmann Timo Bingmann posted a comment on discussion Help on Stxxl

    Yes this is still possible. The stxxl::vector has a constructor which uses a file....

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Hi, Is this still true in version 1.4.1? Are there any suggestions how to do actually...

  • Adi Shavit Adi Shavit posted a comment on discussion Help on Stxxl

    Hi! I have a large binary (STL https://en.wikipedia.org/wiki/STL_(file_format)) file...

  • Ilya Minkin Ilya Minkin posted a comment on discussion Help on Stxxl

    Second, you can associate a specific file with an stxxl::vector with, then you maybe...

  • Timo Bingmann Timo Bingmann posted a comment on discussion Help on Stxxl

    Probably not. You can submit a patch if it does not change too many things.

  • Vishal Goel Vishal Goel posted a comment on discussion Help on Stxxl

    Hello, I am using stxxl::map for simulating a memory, where I try to reduce some...

  • Forest Forest posted a comment on discussion Help on Stxxl

    Hello, i am new to stxxl. May i ask you how it is possible to store strings in the...

  • Timo Bingmann Timo Bingmann committed [f7389c]

    Typos in tutorial_map.dox and wrong way around ...

  • Andreas Beckmann committed [08ca8b]

    Merged /trunk:r2116-2122,2125,2135-2140,2147,21...

  • Timo Bingmann Timo Bingmann committed [58ba76]

    Adding --offset parameter to benchmark_disks tool.

  • Johannes Singler committed [19b538]

    Merged /trunk:r2106-2115.

  • Johannes Singler committed [84f083]

    Merged /trunk:r1910-1994.

  • Andreas Beckmann committed [1d6460]

    reformat with unctrustify

  • Andreas Beckmann committed [9b865b]

    port to materialize_batch(): delay calling bloc...

  • Johannes Singler committed [e3eaa1]

    Merged /trunk:r1998-2033.

  • Andreas Beckmann committed [645af2]

    switch from 'bool deferred' to 'StartMode start...

  • Andreas Beckmann committed [8bcf62]

    replace member flag variables for disabled feat...

  • Andreas Beckmann committed [d3202f]

    Merged /trunk:r2123-2124,2126-2129

  • Andreas Beckmann committed [d2ec2d]

    Merged /trunk:r1906

  • Andreas Beckmann committed [244a6d]

    work around spurious g++-4.4 warning 'anonymous...

  • Andreas Beckmann committed [befeb2]

    Merged /trunk:r1900-1905,1907-1909

  • Andreas Beckmann committed [5c7b02]

    one more PR33361 case closed ...

  • Johannes Singler committed [9b0e33]

    Merged /trunk:r2100-2105.

  • Andreas Beckmann committed [46e985]

    Merged /trunk:r2034-2099

  • Johannes Singler committed [a514d0]

    Merged /trunk:r1995-1997.

  • Andreas Beckmann committed [ab6bcc]

    Merged /trunk:r2230,2236,2239-2243

  • Andreas Beckmann committed [76f7c6]

    pass memory_to_use to basic_runs_merger::initia...

  • Andreas Beckmann committed [4a0e47]

    Merged /trunk:r2160,2231,2238,2244-2245

  • Andreas Beckmann committed [d88b0c]

    Merged /trunk:r2130

  • Andreas Beckmann committed [888fbc]

    Merged /trunk:r2132-2133,2141-2144,2161-2162

1 >
MongoDB Logo MongoDB