gitboy16

Results 37 comments of gitboy16

The above seems to be the same issue as #1172

I guess this can be closed now?

It fixes the following warning: ``` gcc -m64 -fasynchronous-unwind-tables -fno-tree-tail-merge -D_WIN32_WINNT=0x0502 -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu11 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -fno-gnu-unique -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/workdir/usr/include -I/c/workdir/usr/include -DJL_LIBRARY_EXPORTS_INTERNAL -DUTF8PROC_EXPORTS -Wall...

@yiyuezhuo , this seems to be working. However, do you have any idea why it takes a bit of time (hangs) after the progress bar has reached 100% to close...

I'll try to answer your questions but if you need more information please let me know. -Julia creates/allocates the vectors -The vectors are passed to C++ for processing and then...

Is there anything else to do on this PR? Thanks

Hi, thanks for the feedback. I manage to run the hello example in your test folder but I had to change it a little bit. I had the following error:...

I think I am going to need your help to get `std::sort` to work on a vector. 😅

Sorry I did not manage to make it work. I think I am very far from understanding how things work and from your level of knowledge.

Base sort is actually slow compare to other language like c++ boost sorting algorithms which are multi threaded. A parallel sortperm would be very useful for large vectors.