Hari Hara Naveen S

Results 11 issues of Hari Hara Naveen S

Added new getter completeUrl to req object as discussed in #4697 1) should I make any changes? 2) should I try adding any test cases?

enhancement
pr

While trying to setup the extension, I did face a multitude of problems mostly due to the fact that I already had pg14 installed on my system and had to...

enhancement

Adding feature, Range Based lock to HPX API: `range_lock rl;` `lockId = rl.lock(rangeBegin, rangeEnd);` `rl.unlock(lockId);` Pending Task: Adding tests

type: enhancement
category: LCOs

using simd-helpers (from #6286 ) to add vectorization to stl algorithms

type: enhancement
type: compatibility issue
category: algorithms

added vectorization to generate_n hpx::generate_n calls std::generate_n, if in parallel mode it splits up the work into chunks and calls generate_n on each chunk. Previously no execution policy was specified...

type: enhancement
type: compatibility issue
category: algorithms

Fixes #6224 ## Proposed Changes - fold algorithms, as proposed in C++23 ## Checklist Not all points below apply to all pull requests. - [ ] I have added a...

type: enhancement
type: compatibility issue
category: algorithms

added remove unseq by changing find call to unseq

type: enhancement
type: compatibility issue
category: algorithms

benchmark report for simd_helpers added in [#6286](https://github.com/STEllAR-GROUP/hpx/pull/6286).

type: enhancement
type: compatibility issue
category: perftests

Enabling vectorization for sorting using 3rd party library (https://github.com/intel/x86-simd-sort) (Work in Progress)

type: enhancement
type: compatibility issue
category: algorithms

## Expected Behavior hpx::reverse() performs worse with par execution policy compared to seq execution policy. Mentioned in : https://devblogs.microsoft.com/cppblog/using-c17-parallel-algorithms-for-better-performance/ ![ReverseAlgorithm](https://user-images.githubusercontent.com/69986621/236041182-da815e0d-c50f-4e94-8478-c307443cca8a.png) ![ReverseAlgorithm](https://user-images.githubusercontent.com/69986621/236041565-ff8e7c71-80da-4a6b-91b2-b6e16089b049.png) Median execution time for 100'000'000 elements Par : 9787040.0...

type: defect
category: algorithms