ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2017

NANY 2017: CSearcher - A simple and fast free non-indexing search program.

<< < (3/14) > >>

skwire:
Featured here: http://betanews.com/2017/01/11/csearcher-is-a-fast-portable-desktop-search-tool/

Kudos.   :Thmbsup:

mouser:
Very nice  :up:

hugo nabais:
I have good news. CSearcher is mainly divided in two parts:
1 The main form that handles file operations and display results.
2 The search thread that focus on fast search without blocking main form.

I completely redesigned the code that handles the communication between the main form and the search thread, and I was able to squeeze a lot of performance when you are searching for hundreds of thousands of files.

Before:


Now:


This still is not the disk file table "trick" planed for future versions.

This improvement will benefit mainly of fast disks but it still provides some improvements in other disk.
I have a "slow" NAS share that had this results searching through +/- 300.000 files:
Windows Explorer: 1:30s
Csearcher "old": 1:10s
Csearcher "new": 0:59s

The limitation here was really the NAS speed!

I'm finishing testing and implementing other fixes and hope to release a new version in the next couple of days.

hugo nabais:
New Version 1.3.0.1
Changes:
Auto scroll information about current directory being searched.
Performance improvement when searching for thousands of objects in fast disks
Performance improvement handling thousands of objects (mainly deleting and others operations)
New filters to hide folders and files
Fixed selecting and right clicking over hundreds of thousands of objects (faster now)
Clarified warning about empty containing/non containing strings.
Fixed Ascii/Unicode layout positioning

New website: http://www.hnsoft.pt
Downloads:
http://www.hnsoft.pt/Repository/CSearcher/CSearcher_1.3.0.1.zip Compressed archive.
http://www.hnsoft.pt/Repository/CSearcher/CSearcher_1.3.0.1.exe Self-Extracting file.

tomos:
hi hugo,
just a heads up that the direct dowload link in op is not working:
"You do not have permission to view this directory or page."
http://www.hnsoft.pt/Downloads/

(Got the download via other page @ http://www.hnsoft.pt/Downloads.aspx)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version