search for: reinsertion

Displaying 20 results from an estimated 130 matches for "reinsertion".

Did you mean: insertion
2016 Mar 15
7
RFC: DenseMap grow() slowness
...verything. This means growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve come up with to improve this (some of which probably aren’t what we want): 1. Use a map that doesn’t require rehashing and reinsertion to grow. Chaining lets you do this, but std::unordered_map is probably so much slower than DenseMap we’d lose more than we gain. 2. Include the hash code in the map so that we don’t have to rehash. 32 bits more per entry (or whatever), and it might not help that much, since we still have to do the...
2016 Mar 15
2
RFC: DenseMap grow() slowness
...ans growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve come up with to improve this (some of which probably aren’t what we want): >> >> 1. Use a map that doesn’t require rehashing and reinsertion to grow. Chaining lets you do this, but std::unordered_map is probably so much slower than DenseMap we’d lose more than we gain. >> 2. Include the hash code in the map so that we don’t have to rehash. 32 bits more per entry (or whatever), and it might not help that much, since we still have t...
2016 Mar 15
2
RFC: DenseMap grow() slowness
...This means growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve come up with to improve this (some of which probably aren’t what we want): > > 1. Use a map that doesn’t require rehashing and reinsertion to grow. Chaining lets you do this, but std::unordered_map is probably so much slower than DenseMap we’d lose more than we gain. > 2. Include the hash code in the map so that we don’t have to rehash. 32 bits more per entry (or whatever), and it might not help that much, since we still have to do...
2005 May 15
5
AreskiCC
Hi, I have installed AreskiCC on Slackware 10.1 with Asterisk latest CVS and Postgres 7.4. First of all the instructions are very confusing and hard to follow if you are not an expert. But, I managed to install it and.obviously t doesn't work. The other instructions I found on wiki are a great effort but incomplete. Basically the first thing that happens is that when I load
2006 Mar 21
8
How to avoid multiple submits/posts?
Hello, How do I prevent previously submitted form data from being reinserted into the database when the user presses the browser''s Refresh button? On Aughey''s advice in #irc I tried using `redirect_to'' a new `:action'' but this approach doesn''t seems to work. Any idea what might be wrong or how to tackle this problem? Thanks for your help. P.S.- I
2015 Dec 04
2
GlobalsAA from GVN
>You could, in the LTO pipeline, reinsert GlobalsAA after the SLPVectorizer (not saying you should). I didn't realise that adding GlobalsAA* after* SLPVectorizer could help. Thanks for this tip. >There is something fishy. Do you have a test case that reproduce with llvm-lto? I'm currently looking at a proprietary benchmark. I'll try to extract out a simple test case and send it.
2004 Aug 06
2
bug report w.r.t. streaming of metadata in icecast
On Thursday, 09 August 2001 at 18:08, Richard Fromm wrote: > On Tue, 7 Aug 2001, Richard Fromm wrote: > > > to clarify, the behavior that i saw was that most of the time the title > > streaming appeared in the client, but sometimes it did not. > > i think i've nailed this down. the problem is if the icecast server > starts in the middle of a song already being
2020 May 24
2
mkfs.fat Device or resource busy
I'm trying to format a 16 GB SD card to FAT32. Either it won't find the device or it gives me the titular error message. mkfs.fat /dev/sdc I have tried "ejecting" the drive and reinserting the card. I have tried inserting another card, checking to insure that I could see its file, ejecting that card and inserting the target card. If I do not umount it, busy, if I don't, not
2012 Jan 30
3
[PATCH] Btrfs: allow cloning ranges within the same file
It''s safe and easy to do so, provided the ranges don''t overlap. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> --- fs/btrfs/ioctl.c | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index 0b06a5c..8fcd671 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c @@ -2223,8 +2223,6 @@ static
2008 Nov 10
2
[LLVMdev] LLVM C++ API memory management
While reading LLVM API docs, I have noticed a lot of plain "new"/"delete" statements, and lots of bare pointers ("Value* = foo.getSomeValue()" etc.). How exactly LLVM manages it's own memory? Who is responsible for allocating/deallocating things? Why smart pointers are not used? Thanks in advance. I hope I haven't missed some basic chapter about this in
2008 Nov 10
0
[LLVMdev] LLVM C++ API memory management
On Nov 10, 2008, at 6:11 AM, Gregory Petrosyan wrote: > While reading LLVM API docs, I have noticed a lot of plain > "new"/"delete" > statements, and lots of bare pointers ("Value* = foo.getSomeValue()" > etc.). > > How exactly LLVM manages it's own memory? Who is responsible for > allocating/deallocating things? Why smart pointers are
2010 May 04
1
speex encoding
I am encoding audio with quality=0 (2150 bps) and get the expected 43 bits per packet (every 20 ms). However, in my limited testing I notice that the last 3 bits never change, seeming to indicate that the audio is fully encoded in 40 bits. It is important in my application that the audio is compressed as much as possable for transmission over a communication system. My question is, is it
2004 Aug 06
0
bug report w.r.t. streaming of metadata in icecast
On Fri, 10 Aug 2001, Brendan Cully wrote: > The server returns an icy-metaint header which tells where the info > will be inserted. If, say, it's 4096 then you'll find the metadata > after every 4096 bytes of MP3 data. that's what i originally thought was supposed to happen, which is why i sent the original mail with a bug report, saying i was expecting periodic insertion of
2011 Jan 12
1
Queue periodic announce...
Is there a way to play a different message than the periodic announce after a certain time? I have been asked by a customer to do something like this: The user enters the queue. We play position and periodic announce every 60 seconds. If user has waited for more than 5 minutes then play a message with option to leave a voicemail This means that I would have to be able to play a different
2003 Dec 01
0
No subject
...serted the image in powerpoint but got the old picture. Ergo, windows had cached the file and linux did not inform samba it was updating the file, so samba let windows continue to cache it. I then did the same excercize, but this time using samba to open up and save the file with xv. This time, the reinsertion showed the updated image. This is just how things ought to go. What this tells me is that it is highly dangerous to use anything but samba to access a file which might be shared over a network with windows clients and samba. Would this mean that NFS would be a really bad idea to mix with samba? Cou...
2007 May 24
2
Reformatting a USB drive
I have a USB drive that has been formatted as NTFS. Can I reformat it? I have identified these properties about it /dev/sda1 /media/Extrnl_Bkup Not sure what to do next since the GUI will not mount a NTFS disk (expected). Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2007 Dec 04
2
[LLVMdev] Memory allocation (or deallocation) model?
On Mon, 2007-12-03 at 18:56 -0800, Chris Lattner wrote: > Other IR objects (like instructions) have very simple ownership. An > instruction is owned by its basic block, a bb is owned by the function, a > function is owned by thet module. If an instruction is initially allocated with its Instruction *insertAtEnd parameter defaulted to null, and then later appended to a BasicBlock,
2006 Jan 16
1
princomp() with missing values in panel data?
dear R wizards: the good news is that I know how to omit missing observations and run a principal components analysis. p= princomp( na.omit( dataset ) ) p$scores[ ,1] # the first factor (where dataset contains missing values; incidentally, princomp(retailsmall, na.action=na.omit) does not work for me, so I must be doing something wrong, here.) the bad news is that I would like NA
2004 Jun 14
1
TE410P in Austria
hi all, i've now installed a TE410P (Quad T1/E1 Primary Card - Digium) and connected it to a primary line. My telco (eTel) only told me that they are using hdb3 and crc4. So i still don't know which coding i have to use (cas or ccs) - and what timing options i have to use. Have someone already get a card like this up in Austria with a line from eTel or from the telekom Austria ? Another
2008 Nov 02
5
R newbie: how to replace string/regular expression
Hello; I am a R newbie and would like to know correct and efficient method for doing string replacement. I have a large data set, where I want to replace character "M", "b", and "K" (currency in Million, Billion and K) to millions. That is 209.7B with (209.7 * 10e6) and 100.00K with (100.00 *1/100) and etc.. d <- c("120.0M", "11.01m",