Commit Graph

82 Commits

Author SHA1 Message Date
Oliver Kowalke
95d6a589a7 fix performance test code for fibers
- preserve_fpu() was removed
2015-08-03 21:11:16 +02:00
Oliver Kowalke
20d08d98cd enable atomics with BOOST_FIBERS_USE_ATOMCIS 2015-06-19 21:39:34 +02:00
Oliver Kowalke
19b3076467 remove performance test scale_join 2015-06-13 08:07:31 +02:00
Oliver Kowalke
e1bd9b8151 docu 2015-04-18 13:23:08 +02:00
Oliver Kowalke
f373348335 update Jamfiles.v2 2015-02-12 16:30:10 +01:00
Oliver Kowalke
13bf486fea update stack-allocators 2015-02-06 18:29:26 +01:00
Oliver Kowalke
0770f79906 fix performance tests 2015-01-09 17:52:24 +01:00
Oliver Kowalke
2f19be6d67 use C++11 2014-12-27 19:07:42 +01:00
Oliver Kowalke
7fb469cd10 some fixes 2014-09-24 19:18:44 +02:00
Oliver Kowalke
ccbda7c04a improve performance tests and docu 2014-07-31 18:04:25 +02:00
Oliver Kowalke
cffd471abb update performance tests 2014-07-30 17:59:44 +02:00
Oliver Kowalke
c58eb91807 consolidate performance tests 2014-07-26 10:18:27 +02:00
Oliver Kowalke
90602eebdf fix performance examples 2014-07-15 22:24:31 +02:00
Oliver Kowalke
22850775ca variadric tempalte args 2014-07-15 20:33:14 +02:00
Oliver Kowalke
8df4a56564 use high_resolution_clock 2014-07-07 20:32:56 +02:00
Oliver Kowalke
d315e42e4d add performance test for joining multiple fibers+threads 2014-06-29 12:54:39 +02:00
Oliver Kowalke
a8fbc2bf70 stuff in directory performance 2014-06-28 16:13:05 +02:00
Oliver Kowalke
56d37e9ba6 add some performance tests 2014-06-28 16:03:01 +02:00
Oliver Kowalke
ba010422f1 allocate worker_fiber on fiber's stack 2014-03-20 18:14:46 +01:00
Oliver Kowalke
4a6e0d58fc remove performance test for tbb::task:enqueue 2014-03-19 19:59:28 +01:00
Oliver Kowalke
f7b6cffbbe enhance performance tests 2014-03-18 19:09:47 +01:00
Oliver Kowalke
c65b053564 remove temporary files 2014-03-18 19:01:07 +01:00
Oliver Kowalke
6526dc5835 Merge branch 'feature/yield' into develop
Conflicts:
	include/boost/fiber/detail/fifo.hpp
	include/boost/fiber/detail/worker_fiber.hpp
	include/boost/fiber/round_robin.hpp
	performance/preallocated_stack_allocator.hpp
	src/detail/worker_fiber.cpp
	src/round_robin.cpp
2014-03-17 19:12:13 +01:00
Oliver Kowalke
a3e8944fd0 equeue fiber first 2014-03-16 13:44:36 +01:00
Oliver Kowalke
6edddcbabc use fifo as waiting-queue 2014-03-16 13:33:07 +01:00
Oliver Kowalke
9f7f74f662 use symmetric_coroutine<>::yield_type::operator()() 2014-03-15 19:16:13 +01:00
Oliver Kowalke
e2f66481ab add b2 cmd-options to Jamfile 2014-03-08 10:10:23 +01:00
Oliver Kowalke
7cf2cabc99 allow different stack-allocators 2014-02-26 19:40:28 +01:00
Oliver Kowalke
037acd7831 add performance tests 2014-02-22 19:43:09 +01:00
Oliver Kowalke
ecc0a253f6 remove performance directory 2013-11-02 18:03:50 +01:00
Oliver Kowalke
9af486515c performance 2013-10-26 10:13:48 +02:00
Oliver Kowalke
c19364b686 add performance test 2013-10-24 21:52:15 +02:00