You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Doğacan Güney (JIRA)" <ji...@apache.org> on 2007/08/08 10:22:59 UTC

[jira] Updated: (NUTCH-538) Delete unused classes under o.a.n.util

     [ https://issues.apache.org/jira/browse/NUTCH-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney updated NUTCH-538:
--------------------------------

    Attachment: delete_unused.patch

Trivial patch to delete ThreadPool and FibonacciHeap.

> Delete unused classes under o.a.n.util
> --------------------------------------
>
>                 Key: NUTCH-538
>                 URL: https://issues.apache.org/jira/browse/NUTCH-538
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Doğacan Güney
>            Priority: Trivial
>             Fix For: 1.0.0
>
>         Attachments: delete_unused.patch
>
>
> ThreadPool and FibonacciHeap is not used by anything else in nutch source so, IMHO, there is no point keeping them. Java 5 has really nice alternatives to ThreadPool under java.util.concurrent. I don't know if FibonacciHeap is faster than java's priority queue but we don't make huge priority queues anyway so even if it is faster it is probably not noticable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.