You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2007/11/09 06:38:51 UTC

[jira] Commented: (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:comment-tabpanel#action_12541234 ] 

Hudson commented on NUTCH-538:
------------------------------

Integrated in Nutch-Nightly #261 (See [http://lucene.zones.apache.org:8080/hudson/job/Nutch-Nightly/261/])

> 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
>            Assignee: 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.