search for: unpickle

Displaying 6 results from an estimated 6 matches for "unpickle".

Did you mean: _unpickle
2010 Aug 08
0
[LLVMdev] MmapAllocator
...5uu4x3 > > ### slowpickle ### > Mem max: 14096.000 -> 13804.000: 1.0212x smaller > Usage over time: http://tinyurl.com/2wzxmu2 > > ### slowspitfire ### > Mem max: 94292.000 -> 93992.000: 1.0032x smaller > Usage over time: http://tinyurl.com/2wo4lrs > > ### slowunpickle ### > Mem max: 11620.000 -> 11516.000: 1.0090x smaller > Usage over time: http://tinyurl.com/26pw2cr > > ### spambayes ### > Mem max: 35896.000 -> 35860.000: 1.0010x smaller > Usage over time: http://tinyurl.com/2dhtkeb > > ### startup_nosite ### > Mem max: 4876.0...
2010 Aug 08
4
[LLVMdev] MmapAllocator
...130x smaller Usage over time: http://tinyurl.com/25uu4x3 ### slowpickle ### Mem max: 14096.000 -> 13804.000: 1.0212x smaller Usage over time: http://tinyurl.com/2wzxmu2 ### slowspitfire ### Mem max: 94292.000 -> 93992.000: 1.0032x smaller Usage over time: http://tinyurl.com/2wo4lrs ### slowunpickle ### Mem max: 11620.000 -> 11516.000: 1.0090x smaller Usage over time: http://tinyurl.com/26pw2cr ### spambayes ### Mem max: 35896.000 -> 35860.000: 1.0010x smaller Usage over time: http://tinyurl.com/2dhtkeb ### startup_nosite ### Mem max: 4876.000 -> 4868.000: 1.0016x smaller Usage over...
2009 Nov 11
2
[python indexer] add meta informations
Hello, I'm trying to index some blog stuff through python bindings. I'd like to know how to add some informations (url, title, date, and so on) so that I can reach them through a xapian.Enquire object.. I believe it's something to be set in xapian.TermGenerator(), but... I can't manage to find which function. I'm waiting for something like : xtermgen.add_meta('url',
2005 Jun 19
2
Extracting Ogg metadata from File-like python objects
...tem (on the server), use the python ogg tools on that file and then re-pickle any changes back into the database. We would rather not do that for a number of reasons; firstly it's a hassle and it seems inelegant. Secondly, the ZODB has some great features I can use to prevent me from having to unpickle the whole of a file. If the header info I am interested in is at the start or end of the file, then the bits in the middle need not be woken up. The ZODB can do a whole load of cool things that I shall not go into at this point. The problem with the python ogg libraries is that they seem to expect...
2010 Mar 15
1
Trouble joining Windows 7 machines to Samba PDC
Hi folks, We have a domain controller running Samba 3.4.5 that is backed onto an OpenLDAP datastore. The domain has no trouble joining Windows XP clients, but we've got a couple of Windows 7 / Windows Server 2008 R2 Standard that we can't join to the domain. The registry changes suggested in http://wiki.samba.org/index.php?title=Windows7&oldid=4766 have been applied, and a UNIX
2006 Jul 12
24
Xen Roadmap proposal
...high-performance emulated devices such as the PIC, APIC, IOAPIC etc, to be read out via a the get\_domaininfo dom0 op. We then need a simple update to the xc\_save code to work with auto-translate shadow mode guests. The restore operation requires very similar changes, enabling device state to be `unpickled'' in both Xen and qemu. Having got save/restore working, live relocation should actually be relatively straight forward, just enabling `log-dirty'' mode for auto-translate mode guests. \subsection{SMP Guests} The current HVM code only stably supports uniprocessor guests, though...