RE: GSOC 2018 Project - A New Sorting Routine

2018-08-01 Thread Kefan Yang
Thanks for your time! From: Tomas Vondra Sent: August 1, 2018 6:30 AM To: Kefan Yang Cc: Andrey Borodin; Peter Geoghegan; alvhe...@2ndquadrant.com; PostgreSQL Hackers Subject: Re: GSOC 2018 Project - A New Sorting Routine On 07/30/2018 11:21 PM, Kefan Yang wrote: > Hey Tomas! > >

RE: GSOC 2018 Project - A New Sorting Routine

2018-07-30 Thread Kefan Yang
Hey Tomas! Sorry to bother but it would be great if we can get the test results this week. Regards, Kefan From: Tomas Vondra Sent: July 24, 2018 8:16 AM To: Kefan Yang Cc: Andrey Borodin; Peter Geoghegan; alvhe...@2ndquadrant.com; PostgreSQL Hackers Subject: Re: GSOC 2018 Project - A New

RE: GSOC 2018 Project - A New Sorting Routine

2018-07-23 Thread Kefan Yang
records and 512MB memory using your scripts. So would you mind re-running the tests using the two patches I provided in the attachment? That will be very helpful Regards, Kefan From: Tomas Vondra Sent: July 18, 2018 2:26 PM To: Kefan Yang Cc: Andrey Borodin; Peter Geoghegan; PostgreSQL Hackers

RE: GSOC 2018 Project - A New Sorting Routine

2018-07-18 Thread Kefan Yang
Hey Tomas! I am trying to reproduce the results on my machine. Could you please share the script to generate .ods files? Regards, Kefan From: Tomas Vondra Sent: July 18, 2018 2:05 AM To: Andrey Borodin Cc: Peter Geoghegan; Kefan Yang; PostgreSQL Hackers Subject: Re: GSOC 2018 Project - A New

Fwd: GSOC 2018 Project - A New Sorting Routine

2018-07-13 Thread Kefan Yang
-- Forwarded message -- From: Kefan Yang Date: 2018-07-13 15:02 GMT-07:00 Subject: Re: GSOC 2018 Project - A New Sorting Routine To: Tomas Vondra Hey Tomas, Thanks for your reply! First I’d like to make some clarification about my test result. > First of all, test

GSOC 2018 Project Progress

2018-06-05 Thread Kefan Yang
Hello Hackers! My name is Kefan Yang, and I am working on my Google Summer of Code 2018 project. For the first evaluation, I should be able to hand in: 1. the benchmark implementations of introsort, timsort, dual-pivot quicksort and radixsort. 2. Phase 1(random array) and 2(worst case) of the

RE: GSoC 2018: Sorting Algorithm and Benchmarking

2018-04-28 Thread Kefan Yang
Hey, I’ve joined the workspace. The username is Kefan Yang I agree we can create a channel for this project From: Andrey Borodin Sent: April 27, 2018 9:22 PM To: Kefan Yang Cc: PostgreSQL Hackers; Atri Sharma Subject: Re: GSoC 2018: Sorting Algorithm and Benchmarking > 27 апр. 2018 г., в

RE: GSoC 2018: Sorting Algorithm and Benchmarking

2018-04-27 Thread Kefan Yang
Thank you for the feedback! I think Slack would be great for our communication From: Andrey Borodin Sent: April 26, 2018 11:38 PM To: Kefan Yang Cc: PostgreSQL Hackers; Atri Sharma Subject: Re: GSoC 2018: Sorting Algorithm and Benchmarking Hi! > 26 апр. 2018 г., в 0:12, Kefan Yang написа

RE: GSoC 2018: Sorting Algorithm and Benchmarking

2018-04-27 Thread Kefan Yang
Hey, This executable should read a config file (path to sorting routines, test data size etc.), perform tests on different sorting routines, and output the result. Kefan From: Robert Haas Sent: April 26, 2018 11:53 AM To: Kefan Yang Cc: Andrey Borodin; PostgreSQL Hackers Subject: Re: GSoC 2018

Re: [GSoC 2018] Proposal Draft

2018-03-17 Thread Kefan Yang
ioned that little progress has been made with novel algorithmic enhancement. How can we get that conclusion? I am still working on my proposal and I will post a new version soon:) Regards, Kefan 2018-03-17 18:05 GMT-07:00 Peter Geoghegan : > On Sat, Mar 17, 2018 at 5:34 PM, Kefan Yang wr

[GSoC 2018] Proposal Draft

2018-03-17 Thread Kefan Yang
Hi everyone, I am Kefan Yang, a third-year Computing Science student from Simon Fraser University, Canada. I am very interested in the *sorting algorithm benchmarking and implementation* issue you mentioned on the idealist of Google Summer of Code 2018. I am currently working on my proposal, but