search for: speedier

Displaying 20 results from an estimated 30 matches for "speedier".

2009 Sep 16
2
Generalized cumsum?
...or, so that for all n up to the length of x cumapply(x,f)[n] = f(x[1:n]) This would give cumsum and cumprod as special cases when f=sum or f=prod. I could write such a function, but I can't see a way to do it without a loop, so I'm wondering if such a function exists that may be speedier. Thanks, -- --OKB (not okblacke) Brendan Barnwell "Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail." --author unknown
2001 Dec 22
2
slow slow slow
...running in wine are unbearably slow. In particular - HTML-Kit by Chami. I really like this editor on NT at work, I want to use it at home on my FreeBSD box. It works in wine, just very very slowly. I do not have a windows partition. I'm running wine by itself. Any suggestions on ways to get speedier results? -- Chip <+><+><+><+><+><+><+><+> Windows 95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of c...
2005 Feb 18
2
This is NUTS!!
...om your reseller/dealer." OK. So I call my reseller/dealer and he is having the most difficult time getting this $8.00 product, CON-SNT-CP7960, for me. It is just not worth the time and effort for him. So here I am, a week later, and no CP7960. It looks pretty though!! Can anyone recommend a speedier way to get this CON-SNT-CP7960 from CISCO???? Thanks Ferg
2006 Aug 08
3
Pairwise n for large correlation tables?
...sed to compute each cell of the correlation table. I am unable to find such a function via google searches, so I wrote one of my own. This turns out to be highly inefficient (e.g., it takes much, MUCH longer than the correlations do). Any hints, regarding other functions to use or ways to maket his speedier, would be much appreciated! pairwise.n <- function(df=stop("Must provide data frame!")) { if (!is.data.frame(df)) { df <- as.data.frame(df) } colNum <- ncol(df) result <- matrix(data=NA,nrow=colNum,ncol=ncolNum,dimnames=list(colnames(df),colnames(df))) for...
2005 Feb 19
2
This is NUTS!!SOLVED
...K. So I call my > reseller/dealer and he is having the most difficult time getting this > $8.00 product, CON-SNT-CP7960, for me. It is just not worth the time > and effort for him. So here I am, a week later, and no CP7960. It > looks pretty though!! > > Can anyone recommend a speedier way to get this CON-SNT-CP7960 from > CISCO???? Try contacting CDW, you'll need the phones serial number but they can probably help you out and get you the SMARTnet package. -- GPG/PGP --> 0xE736BD7E 5144 6A2D 977A 6651 DFBE 1462 E351 88B9 E736 BD7E
2008 Nov 05
3
Porting Speex to embedded 32bit
Dear Speex developers I am going to port Speex on LPC2368 I tested Speex encoding and the mesurments shows ~40ms cpu time for one frame Do you know who ported speex to NXP or other 32bit platform? Best Regards Zohar fox -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20081105/8261e962/attachment.htm
2013 Jul 30
3
SMB throughput inquiry, Jeremy, and James' bow tie
...es, and my Samba server is 3.5.6 atop vanilla kernel.org Linux 3.2.6 and Debian 6.0.6. With FDX fast ethernet steady SMB throughput was ~8.5MB/s. FTP and HTTP throughput were ~11.5MB/s. With GbE steady SMB throughput is ~23MB/s, nearly a 3x improvement, making large file copies such as ISOs much speedier. However ProFTPd and Lighttpd throughput are both a steady ~48MB/s, just over double the SMB throughput. I've tweaked the various Windows TCP stack registry settings, WindowScaling ON, Timestamps OFF, 256KB TcpWindowSize, etc. Between two Windows machines SMB throughput is ~45MB/s. You can...
2007 Nov 16
2
USDT probes from PostgreSQL
...self->tsw1[arg0] = 0; } And this is repeated for all twelve clauses where the actions and test differ. However the actions are very similar to this one. Basically using differently named aggregations. Same holds for the predicates used. Questions: how do I make this workable. Meaning speedier in startup. Without reducing my attention to just one or two processes. Question: why is my system so unresponsive (I waited more that 12 hours to see if it came back) forcing me to power off/on to get it alive and kicking again? And please note that we are planning to add many, many more probes...
2009 Feb 08
8
How to upload data using huge .sql file
Hi, I am using Ruby - 1.8.6 and Rails- 1.2.6. When I trying to upload data using the .sql file through my code I got "Mysql::Error: Lost connection to MySQL server during query: rollback;" File size is 6 MB. The code I have used is like: numberOfRecord = ActiveRecord::Base.connection.update(File.open(fileName).read) Please let me know how I upload data using huge .sql file. If
2005 Mar 23
2
pauses sync'ing between tmpfs and disk on Linux 2.4.x
I've set up a 1GB tmpfs filesystem on a system with a single IDE disk and 2GB's of memory. I'm storing a large amount of RRD files (~300MB) on the tmpfs filesystem to make their generation a bit speedier... this part works great. However, I want to rsync these files over from time to time to a directory on the local filesystem (same physical server). I'm using rsync 2.6.4pre3 and am hoping to understand a bit better what is happening. When I run rsync -av /path/to/tmpfs /path/to/diskdir thin...
2007 Feb 20
1
baseline fitters
...offers no computational savings over runquantile? Also, the 'func' setting for the caTools endrule parameter--which adjusts the value of k as ends are approached--is said not to be optimized (using this option does add further time to computations). Is there an alter- native that would be speedier, e.g., setting endrule = "keep" and then subsequently treating ends with R's smoothEnds() function? -John Thaden Little Rock, Arkansas USA Confidentiality Notice: This e-mail message, including any a...{{dropped}}
2019 Jan 31
1
nlminb with constraints failing on some platforms
...r=-1, upper=3, method="ALL") > summary(optxc, order=value) > optxn <- opm(rep(0,10), f, gr="grnd", lower=-1, upper=3, method="ALL") > summary(optxn, order=value) > > It should not be too difficult to actually supply the gradient, which > would give speedier and more reliable outcomes. > > > JN > > > > On 2019-01-28 3:56 a.m., Kasper Kristensen via R-devel wrote: > > I've noticed unstable behavior of nlminb on some Linux systems. The > problem can be reproduced by compiling R-3.5.2 using gcc-8.2 and running > the fo...
2008 Nov 17
1
Porting Speex to embedded 32bit
...ion was too much of a tour-de-force to make it to the official version, but this is a much nicer processor ;) It uses less then 50% cpu for encode+decode at reasonable settings for a simple phone, could the rest be used for AEC and AGC? Thanks a lot, Alain Pietro Maggi escreveu: > But on a speedier ARM it can be done. ST has just released a port of > speex for the STM32 (Cortex-M3 at 72MHz): > http://www.st.com/mcu/forums-cat-7517-23.html
2019 Jan 31
0
nlminb with constraints failing on some platforms
...r="grcentral", lower=-1, upper=3, method="ALL") summary(optxc, order=value) optxn <- opm(rep(0,10), f, gr="grnd", lower=-1, upper=3, method="ALL") summary(optxn, order=value) It should not be too difficult to actually supply the gradient, which would give speedier and more reliable outcomes. JN On 2019-01-28 3:56 a.m., Kasper Kristensen via R-devel wrote: > I've noticed unstable behavior of nlminb on some Linux systems. The problem can be reproduced by compiling R-3.5.2 using gcc-8.2 and running the following snippet: > > f <- function(...
2011 Sep 15
1
ANNOUNCE: oz 0.7.0 release
...16 (thanks to Steve Dake for help in making this work) - Use the serial port to announce guest boot, rather than a network port. This makes it so we no longer have to manipulate iptables, and gets us one step closer to having Oz run as non-root - (for developers) Re-written unittests in python for speedier execution - (for developers) Additional methods in the TDL class to merge in external package lists (thanks to Ian McLeod) A tarball of this release is available, as well as packages for Fedora-14, Fedora-15, and RHEL-6. Note that to install the RHEL-6 packages, you must be running RHEL-6.1 or la...
2002 Feb 19
0
oplocks problem with 2.2.3a
...b error (Success) oplock_break failed for file homebank/PDOXUSRS.NET (dev = 806, inode = 10322, file_id = 16). this is linux 2.4.16 (rh 7.1). from smb.conf: -tried with and without that one (I did not have it when I was running 2.2.1a) oplock break wait time = 10 -to make dos work more speedier (tested with 2.2.1a and gave better performance for the fox program with these settings ): kernel oplocks = no max xmit = 16384 read raw = no write raw = no read size = 32768 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 the shares have windows...
2009 May 28
4
Read & name multiple excel sheets using RODBC
I'd like to be able to read multiple sheets from an excel workbook and use the sheet name to name the resulting dataframe using RODBC. at the moment i've figured out how to do it the long way (see below) but feel sure that there is a speedier & possibly automatic way to do it in R. i've tried to run a loop using sqlTables but it seemed to break the connection. unless i've missed something, i cant see a solution to this on the help list. grateful for any help or pointers simeon # long way library(RODBC) filepath <- &q...
2012 May 02
0
MCMCglmm priors including phylogeny
...ors and residuals in my residuals should estimate covariance anyway. But, my second question is this: what are the merits in using a multi-response model? The phylogenetic models are taking a fair amount of time to run, and I hope that without the need to estimate covariances, they might be a bit speedier. At some point, I will want to incorporate replication within species in the analysis (populations nested within species), but for now I'm really just interested in looking at mean response per species. I'm assuming that priors will probably be of similar value (but more of them) once I i...
2006 Mar 04
5
Correcting Bent Records: Mongrel is not SCGI
Hi, I kept getting a very weird question about Mongrel (http://mongrel.rubyforge.org) and SCGI that I think really needs to be cleared up: ** Mongrel is not SCGI and will never need, use, require, or interact with SCGI (unless someone wants to write the handler for it). ** For some reason people have been under the impression that Mongrel actually uses or interacts with my other project SCGI
2005 Jul 19
1
Profiles share on BDC
...but it only serves files. I decided that I'd like to set this other server up to service logins as well. When I add the "domain logons = yes" in this server's smb.conf file, I get some rather strange behavior. Many users experience no problems whatsoever and logons are a little speedier (to be expected). Other users, on the other hand, are able to log in, but after their profile has loaded, they are informed that a domain controller could not be contacted and changes to their profile will not be saved. Note that this occurs AFTER the profiles has loaded - the user is at the deskt...