From owner-soc-status@freebsd.org Wed Aug 16 10:11:53 2017 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9E75DD1E5A for ; Wed, 16 Aug 2017 10:11:53 +0000 (UTC) (envelope-from milesfertel@college.harvard.edu) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8AFD7CB4A for ; Wed, 16 Aug 2017 10:11:53 +0000 (UTC) (envelope-from milesfertel@college.harvard.edu) Received: by mail-oi0-x235.google.com with SMTP id x3so31476880oia.1 for ; Wed, 16 Aug 2017 03:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=college-harvard-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:cc; bh=45VnKz9s7SrX+ro39wIm1JVG7NikLB+1OnglE4pb08I=; b=emTe6pGuJ4WM4xKc220TIws4mItNosDiDVmKWQiBreVONh0+4EjbFUnSiJVjlR5sVg NxJXmb0gaXHzYcheWOFybs5oyLefuzCsl1+mZ9zsiGXSu7NvJsb5qZ1mT/GT9HtAjxfp 4xFjR5Jzumkdnfbk+BZ3GEu4sS3bHRjN8wCfQBlek0wd6CpEuVGkC2Re/oyzajEil8Io rHXFSN6anwIDUASwWSMNdNlaiwn4lihzcZSiX91LNzPLeBkf5r5A9B/0bvgJkN6RT/z6 /rjY+iw4nnrdPGfcvTm3LtXz+/NLrWlgQ5QNGFQNpgY/x0WUWrJWWUsRS9G/w4qwvVOG 4Xlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=45VnKz9s7SrX+ro39wIm1JVG7NikLB+1OnglE4pb08I=; b=V84Qc8z2THVLAelnON2reMixXGnt1svviScrNBX9rZ+M0A7zh8UubcctOGtTh85RGD dc9PmzW498LYcLubEyirnsj16s6l3XlL+h0SCM1C60ilnmhGPBPw9fsUhF+Evuw5t78Z 5Hmf5VST3byEqlTh+P1ax30Y8MWMOwLKK6on/tIVyIWOHXA3ODU6NsuNWHG8jYMn25kX DWH+2SFIC2YvJTT6Ot2kslz9DQd3i2JhJ5pDsSNg/sh9RQwU6gl3A8LDREKuG3YRt2iX 1Uj6RaWzFt4+5nef2fn/hB8VtincCSqAI5u8yjqDPGQ5u0Ny73tNXuGFzCZ+Xwo9xCN3 oViw== X-Gm-Message-State: AHYfb5gUsgKyvZLg8tYv3GyoMCiBMx4O3KOOy3K+xRZhlfh+c/UbBLIf IRuhTMxclan7gDCD/rWuyHm8Xvy7GCqUsfg= X-Received: by 10.202.49.137 with SMTP id x131mr1437435oix.172.1502878312755; Wed, 16 Aug 2017 03:11:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.148.33 with HTTP; Wed, 16 Aug 2017 03:11:52 -0700 (PDT) From: Miles Fertel Date: Wed, 16 Aug 2017 12:11:52 +0200 Message-ID: Subject: Week 11 Update To: Brooks Davis Cc: soc-status@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2017 10:11:54 -0000 Hey Brooks, - I was unsure about the proper documentation format so I have a temporary solution in place in the form of a git gist at: https://gist.github.com/milesfertel/3f1210be9774d33d2e250a447a716261 - I've also updated the revision to have a proper diff with respect to head My main bottleneck right now is waiting for commentary on tests and benchmarking to know if they're prepared to merge and the questions I sent about the main wikisort function's design. In the meantime i've just been attempting to debug the implementation of Wikisort in order to remove the O(1) additional memory error. I've narrowed the problem space a bit but haven't found the culprit code yet. - Miles