search for: superfast

Displaying 20 results from an estimated 26 matches for "superfast".

2020 Mar 30
3
Multithreaded encoding?
...opusenc" can transcode it at 1200% speed (Raspberry PI 3B+). It saturates a single CPU core, but the other three are idle. Is out there any project to add multithreading options to "opusenc", or something in that line? Looking around, I have found this: https://github.com/enzo1982/superfast#superfast-codecs https://hydrogenaud.io/index.php?topic=114598.0 <https://github.com/enzo1982/superfast/blob/master/doc/SuperFast%20Codecs.pdf> Is it out there any other multithreaded "opusenc" drop in replacement?. Any plan for future "opusenc" improvement in this area?...
2020 Mar 30
0
Multithreaded encoding?
...> (Raspberry PI 3B+). It saturates a single CPU core, but the other three > are idle. > > Is out there any project to add multithreading options to "opusenc", or > something in that line? > > Looking around, I have found this: > > https://github.com/enzo1982/superfast#superfast-codecs > https://hydrogenaud.io/index.php?topic=114598.0 > <https://github.com/enzo1982/superfast/blob/master/doc/SuperFast%20Codecs.pdf> > > Is it out there any other multithreaded "opusenc" drop in replacement?. > Any plan for future "opusenc" i...
2020 Mar 31
1
Antw: [EXT] Re: Multithreaded encoding?
...urates a single CPU core, but the other three >> are idle. >> >> Is out there any project to add multithreading options to "opusenc", or >> something in that line? >> >> Looking around, I have found this: >> >> https://github.com/enzo1982/superfast#superfast-codecs >> https://hydrogenaud.io/index.php?topic=114598.0 >> <https://github.com/enzo1982/superfast/blob/master/doc/SuperFast%20Codecs.pdf> >> >> Is it out there any other multithreaded "opusenc" drop in replacement?. >> Any plan for future...
2009 Jul 17
5
dsync - one or two ways?
dsync in Dovecot v2.0 tree is a new utility for syncing a mailbox in two locations. Some things it can be used for: - Initially transfer a mailbox to another server via SSH - A faster sync done to an existing mailbox, sending only changes - A superfast sync based on modification sequences. - Source and destination mailboxes can use different formats (convert-tool will be history) dsync can handle all kinds of conflicts in mailboxes, handle mailbox deletions, renames, etc. So it's safe to sync even if both source and destination mailboxes ha...
2014 Dec 09
5
get /full/path/filename.ext from filename.ext
This should be simple, but it's not, unless I'm forgetting something. Writing a script, an arg is a filename. So fname=$1 But I want that expanded to include the full path and filename, not just what is given as the arg on the command line. E.g., if the user's cwd is /home/joe/a/b/c/ and he specifies ../x/file-a.ext then the function/utility should transform that into the
2004 Aug 06
3
icecast 2.0.0 chroot problem
Thanks for the superfast reaction. You got me started thinking. I got rid of the following lines number 3 and 8 hereunder. They were present in the example xml and I think that they don't belong here because icecast won't run if chroot is not being used........ Now it starts. I am very happy about this!!!! :-)...
2014 Dec 10
0
get /full/path/filename.ext from filename.ext
I don't know if this is of interest as an alternative. I did find a cool functionality called locate and updatedb Updatedb creates the database of your files, locate does superfast searches. It essentially does a superfast "find" on your root filesystem, giving you the fully qualified path of all hits. You can create db's on your other filessytems. The problem is that it can get stale, but you can update it before doing your searches. Plus it gives you a ful...
2006 Sep 27
1
RangeFilter performance
...my index is newly optimized. As soon as add a few new documents the average search time for a batch of searches using the rangefilter increases about 10 times. And if i keep adding a few documents the search time increases even more. Until I optimize the index again, and performance is back to superfast. I can''t do optimize as often as I would like since it takes a long time. Have anyone excperienced anything similiar? Thanks/David -- Posted via http://www.ruby-forum.com/.
2004 Jun 15
0
1.0-test15 released
...t.org/test/ Maildir code is still having syncing trouble. I thought about fixing mbox code for a chance - if the same problems happen with it too then I at least know that the problems are in indexes instead of maildir syncing itself. So, the biggest change in 1.0-test15 is a new fully functional superfast mbox code. If you can make it corrupt your mboxes I'd like to know about that. I haven't tested it too much yet, but I haven't seen corruption for a while anymore. Superfast as in: - Syncing and modifying the mbox is done in one integrated loop, no more passing through the whole mbox...
2008 Jun 13
1
x86 SSE* Pointer Favors
...is as simple as it gets: typedef double Double; // or whatever SSE* needs as close equivalent Double vector1[N], vector2[N]; // then fill them with stuff. vector3= vector_mult(vector1,vector2, N); vector4= sum(vector1, N); I just need a pointer and/or primer. PS: If someone knows of a superfast vectorized implementation of Gentleman's WLS algorithm, please point me to it, too. I am still using my old non-vectorized C routines. if this email offends as spam, apologies. regards, /iaw
2008 Jun 11
4
Areca Raid 6 ARC-1231 Raid 6 Slow LS Listing Performance on large directory
Hello, I have a RAID-6 Partition with the Areca ARC-1231 card on a S5000PAL Intel system with 6 disks as part of the raid volume. The system has been set up as Write-back cache and the raid card has a 2 GIG memory cache on it. It is installed on Freebsd 7.0 STABLE with SCHED_ULE enabled. I have a folder with a lot of small and big files in it that total 3009 files. In the user system we
2004 Aug 06
0
icecast 2.0.0 chroot problem
On Saturday 21 February 2004 00:14, Jan-Kees Fels wrote: > Thanks for the superfast reaction. > > You got me started thinking. > > I got rid of the following lines number 3 and 8 hereunder. They were > present in the example xml and I think that they don't belong here > because icecast won't run if chroot is not being used........ > > Now it starts....
2007 Mar 05
1
Kolab: Can I use Dovecot instead of Cyrus?
According to http://www.dovecot.org/list/dovecot/2005-June/007569.html support for the Kolab storage format was discussed in 2005. Has this support been added since then? I really don't like Cyrus and would prefer to use Dovecot for my groupware needs.
2010 Aug 05
3
mirrors down?
Just went to update a couple systems this morning, and first one machine took nearly 15 min to find the mirrors (and it should be getting it all from our own repo, actually), and then the next one showed about 8-10 mirrors down, including Harvard and VCU. Anyone know what's going on? mark
2008 Feb 05
0
olpc theora-svn testing
...p. Depending on video input, encoding time is reduced by 33%-55% for the default or the cc4.3-geode library. - the gcc4.3 geode-aware configuration/compilation does not seem to provide performance gains against the default libtheora. In fact the default libtheora seems to be slightly faster for the superfast encoder mode - do we know the configuration/compiler flags used? Many performance critical routines seem to be hand-coded assembly. Are there important routines that the compiler affects? Any other compiler flag suggestions are welcome. - disabling mmx has a big performance hit as expected. - Do w...
2006 Aug 03
1
Is Ferret the standard rails search engine?
Is Ferret the standard rails search engine? I''m looking to search the file system and MySQL. TextSearch is working fine for MySQL. http://wiki.rubyonrails.org/rails/pages/TextSearch Is Ferret the solution that most people are using for documents in the file system? Thanks. Greg -- Posted via http://www.ruby-forum.com/.
2006 Jun 19
2
fuzzy search
This may be offtopic to Rails, but what are people doing to find records based on fuzzy string matches? For example, if you wanted to find a Person with name "David Heinemeier Hansson" but searched using the string "Dave Hansson". Currently I am find_by_sql that calls the PostgreSQL function "levenshtein(string1, string2)" which returns results with a score
2004 Aug 06
2
icecast 2.0.0 chroot problem
Hello, I seem to have a problem getting icecast 2.0.0 to start. I get the following message: [root@fels icecast]# /usr/local/bin/icecast -c /usr/local/bin/icecast.xml WARNING: You should not run icecast2 as root Use the changeowner directive in the config file I have not tampered with the default "security" section of the xml. <security>
2006 May 17
8
How to implement full-text search with OR just like google?
The current full-text search will return the AND collection results,for example,if we use Article.search("aa bb"),then the articles that include "aa" and "bb" in the fields will be returned,how to return the articles that include "aa" OR "bb" effectly? A stumb method is to setup two queries respectly and collect them together with remove the
2011 Apr 04
1
rdma or tcp?
Is there a document with some guidelines for setting up bricks with tcp or rdma transport? I'm looking at a new deployment where the storage cluster hosts connect via 10GigE, but clients are on 1GigE. Over time, there will be 10GigE clients, but the majority will remain on 1GigE. In this setup, should the storage bricks use tcp or rdma? If tcp is the better choice, and at some point in the