search for: sacrificing

Displaying 20 results from an estimated 282 matches for "sacrificing".

2007 Sep 07
2
Prioritizing VOIP traffic without sacrificing throughput
Hi, I would like to prioritize VOIP traffic when we use the phone, but other times not do traffic shaping at all. Right now I have my openwrt router set up with htb to do shaping. In order to get it to work well I had to set my upload and download speeds much lower than my line speed. With these settings, I get good VOIP reception even while surfing the net and doing a long download. However,
2008 Oct 09
2
Bug in ifelse
...#if a is numeric, assign all x that are greater than a; otherwise assign the entire x b2=x[x>a] ## assign all x greater than a b1 and b2 should be equal as I see it. Anybody who can explain why they are not makes my day, especially the one who can tell me how I can get b1 equal to b2 (without sacrificing the ifelse condition). Thanks much, Daniel ------------------------- cuncta stricte discussurus
2003 Mar 19
3
The best way to end up with WMF files
...n I tried... but that's another story). And if I do create another format first and eventually end up with a wmf, what is the best way to get there without loosing quality on the way through the conversion(s)? So my question is this: How can I end up with a wmf files using linux, without sacrificing too much (any?) quality on the way? I looked in the Mail archives and couldn't find anything useful. Thanks as always, P. -- Dr Peter Dunn (USQ CRICOS No. 00244B) Web: http://www.sci.usq.edu.au/staff/dunn Email: dunn @ usq.edu.au Opinions expressed are mine, not those of U...
2019 Sep 17
2
[cfe-dev] Handling of FP denormal values
...> time but it might be something to think about if this is being expanded. > At the command-line level, I don't see a lot of value in separating the two flags. At the Function/Loop/Block/Instruction level, separating the two would be more useful though. E.g. normalizing input/output; or sacrificing accuracy to speed up a hot loop. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190917/d727b2c1/attachment.html>
2011 Jan 05
2
OT: Reducing pdf file size
Greetings Does anyone have any suggestions for reducing pdf file size, particularly pdfs containing photos, without sacrificing quality? Thanks for any tips in advance. Cheers Kurt *************************************************************** Kurt Lewis Helf, Ph.D. Ecologist EEO Counselor National Park Service Cumberland Piedmont Network P.O. Box 8 Mammoth Cave, KY 42259 Ph: 270-758-2163 Lab: 270-758-2151 Fax: 270-758-2...
2014 Dec 03
6
[PATCH] Improve LPC order guess
Op 03-12-14 om 16:48 schreef Olivier Tristan: > Looks like I've missed the talk about this regression introduced in 1.3.1.
2016 May 09
2
Removing pointers from MCInstrDesc for less relocations
...me. >> >> Any objections or suggestions? Is this something that people can agree on, >> i.e. do patches going in this direction have a good chance of being >> accepted? > > Sounds good to me, I'm happy to accept any patch that reduces LLVM binary size > without sacrificing performance. Passing MCInstrInfo isn't a big deal. Thanks. Though note that it wouldn't affect the total binary size - instead, it would move data from .data.rel.ro to .rodata, which means the total binary size remains roughly the same, but more data can be directly mmapped from disk....
2014 Dec 03
1
[PATCH] Improve LPC order guess
...re always quiet in order to guard against clipping. These live recordings are then archived via FLAC to make sure nothing is lost. So do I, and I included a few unaltered samples with plenty of headroom in my standard test corpus for these improvements. > but recent 'improvements' are sacrificing performance in one area to enhance performance in another area. That is certainly not the case. The compression level retuning doesn't work beneficial for all material, but it is in this case simply coincidence that it is some quiet material that seems to suffer. The patch attached to this...
2005 Jun 15
1
Reducing the FPR (false positive rate)
...e people didn't understand my question. What I want is to use the training set to minimize the FALSE POSITIVE RATE. I think it is possible. I sacrifice ACCURACY to have less FALSE POSITIVES. I don't want a classifier result with 5% of FPR and, for example, 93% of ACCURACY. I want a 1% FPR sacrificing the 93% ACCURACY. Do you know how can I do this? I really need this because the requisite of the work I'm doing is only 1% of FPR. Thanks and best regards. ************************************************* |????????????????| - Anderson de Rezende Rocha Bacharel em Ci??ncia da Computa????o...
2008 Feb 05
0
[LLVMdev] Advice on implementing fast per-thread data
...worthwhile to me even on the register-starved > x86-32. I suppose I could also just add a "hidden" (compiler-added and > -maintained) argument to every function which is the pointer to the > per-thread data. Thread local storage (TLS) on Linux is better than this. Instead of sacrificing a GPR, it uses a segment register to reach the TLS area, making it very very cheap. > Using the normal thread-local storage scares me, because I don't know the > performance implications. You should read up about it then. :) Start here: http://people.redhat.com/drepper/tls.pdf -Chris...
2020 Aug 12
1
Adjusting logging with the "remote" syntax
...stt/AAAB> Aug 12 12:17:13 imap(user at domain.tld): Info: Logged out in=305 out=2277 I've also tried logging to a specific file, instead of /dev/null, but no file was created. So there must be an issue with my understanding. How can I prevent logins from localhost from being logged without sacrificing logs for all logins? -Jason Young
2009 Sep 17
4
Optimised ARM Ogg/Theora/Vorbis decoder
This is a note to announce the availability of "Ogg Theorarm", an optimised ARM implementation of decoding libraries for the Theora video code, and Vorbis audio codec from xiph.org. Full details of this code release can be found at <http://www.wss.co.uk/pinknoise/theorarm>, but highlights include: * Full speed playback of a 320x240x25fps clip with a 48kHz stereo audio track on
2019 Feb 04
2
Variable names rule
...de. IMO, any convention that contains leading or trailing underscores should be rejected outright. The primary purpose of a convention is to allow a person to differentiate between different kinds of elements with a quick glance. It should strive to make these elements appear different without sacrificing the readability. Prepending or appending a lone underscore is really making the identifier as similar to another one as possible, while still making it different from the language standard point of view, i.e. the opposite to what a useful convention should do. -Krzysztof
2010 May 27
4
1.2.11, mbox, new mail
With 1.2.11 and mbox storage, the delay time in pulling new mail headers to the client from imap folders seems to be directly proportional to mailbox size, regardless of the number of new messages. At present, if the mailbox is large, pulling new headers is rather painfully slow. Is this expected behavior? Especially given that the client already has all the "old" mails in the folder
2013 Jun 14
2
[LLVMdev] [cfe-dev] [PROPOSAL] per-function optimization level control
...in a compilation unit, in the > case > where compiling the whole unit at -O0 would make the program run too > slowly." > > In general, it is something that should help improve the debugging > experience when customers have to debug specific portions of their code > without sacrificing any of their overall runtime performances. > As a side note, using GCC is not a option for us. > To be clear, I am not advocating GCC at all here. Just pointing out there is room for improvement for DOC so that user does not need to resort to these workarounds. I know Eric Christopher is wo...
2014 May 14
2
[PATCH v10 03/19] qspinlock: Add pending bit
2014-05-13 15:47-0400, Waiman Long: > On 05/12/2014 11:22 AM, Radim Kr?m?? wrote: > >I think there is an unwanted scenario on virtual machines: > >1) VCPU sets the pending bit and start spinning. > >2) Pending VCPU gets descheduled. > > - we have PLE and lock holder isn't running [1] > > - the hypervisor randomly preempts us > >3) Lock holder
2014 May 14
2
[PATCH v10 03/19] qspinlock: Add pending bit
2014-05-13 15:47-0400, Waiman Long: > On 05/12/2014 11:22 AM, Radim Kr?m?? wrote: > >I think there is an unwanted scenario on virtual machines: > >1) VCPU sets the pending bit and start spinning. > >2) Pending VCPU gets descheduled. > > - we have PLE and lock holder isn't running [1] > > - the hypervisor randomly preempts us > >3) Lock holder
2004 Feb 10
2
Mailbox formats
...d maildir because it has a relatively high space cost; mbox has no inter-message cost while maildir wastes on average half a sector plus an inode for each message. What other formats are there, and has anyone come up with a good format that gives both good time and space characteristics without sacrificing reliability? (I'm aware of the file format list in the UW-IMAP distro: <http://www.washington.edu/imap/documentation/formats.txt.html>)
2012 Feb 10
1
Changing the appearance of the login box
...ault GDM display manager with SLiM disables many functions (like audio). Restoring these functions means messing around with groups and permissions. Like GDM, LightDM enables these functions. However, LightDM is substantially lighter than GDM. Given that Swift Linux needs to fit on a CD without sacrificing LibreOffice, every MB counts. What I miss from SLiM is the better-looking login box. The default login box of LightDM is ugly. How do I change the appearance of the login box? I'd like to make it translucent, shrink the session box, and eliminate the icon and the computer name from the disp...
2010 Dec 01
3
[fdo] Time to kill the fontconfig wiki?
Looking at http://www.fontconfig.org/wiki/TitleIndex I see it's around 99.9% pure spam. Other than the front page, virtually everything else is the moin-moin boilerplate or the hundreds of pages of spam. Even the Recent Changes & Find Page links have been overwritten by spammers hundreds of times, with the spammers fighting each other to crap on it most recently. (I restored them both