search for: ddbs

Displaying 11 results from an estimated 11 matches for "ddbs".

Did you mean: dbs
2015 Jun 23
2
About Xapian vs ElasticSearch
I was looking for performance comparisons. I just found this link (http://blog.inoi.fi/2010/10/migrating-from-xapian-to-elasticsearch.html <http://blog.inoi.fi/2010/10/migrating-from-xapian-to-elasticsearch.html>). This was write on 2010. Could someone comment it ? Is There some truth in what he said? I hate java, and didn?t want to back to java search engines...
2015 Jun 23
0
About Xapian vs ElasticSearch
I've done a number of small projects (<1 mil) docs w xapian. However when our needs grew to a couple of hundred million docs no go. Index times get insanely slow very quickly We add about 250,000 docs a day. You can play games with switching indexes during updates and multiple remote dDBs. But why. Using ES we index 1000 new docs in 4 seconds. Our search times are subsecond in most non-phrase searches. ES Is easy to set up and maintain and expands easily. It is easily expanded and our go to choice for large projects. We still use xapian and are happy with it in more static situa...
2017 Oct 13
0
Wine release 2.19
...nd_request(). winhttp: Send basic authorization credentials with the first request if they've been set. dwrite: Use the correct array index. ole32: In the non-aggregated case a request for IUnknown actually returns IOleCache2. gdi32: Ignore the alpha channel for blits to DDBs too. ntdll: Add free list buckets for every arena size up to 0x100. Jacek Caban (24): dwrite: Properly free mappings in fontfallbackbuilder_Release. server: Allow server side NtQueryVolumeInformationFile implementation. server: Add FileFsDeviceInformation implementation for...
2012 May 11
0
Wine release 1.5.4
...re the GL-specific information in the GL driver physdev. ieframe/tests: Mark a failing test as broken. wine.inf: Unify all the control panel settings. winex11: Add support for OpenGL rendering in DIBs using an intermediate pixmap. winex11: Use an intermediate pixmap also for DDBs to handle format mismatches. gdi32: Pass OpenGL calls through to the display driver from the DIB engine. opengl32/tests: Add some more tests for bitmap rendering. wininet/tests: Mark a failing test as broken. kernel32/tests: Remove a couple of invalid tests. Andrew Eikum (5...
2012 May 25
0
Wine release 1.5.5
...Simplify creation of hatch masks and avoid endianness issues. gdi32: Use the default color table when mapping colors in bitmaps that don't have one. gdi32: Don't store the default color table in dib_info objects. gdi32: Implement dithering of solid brushes when drawing to DDBs. gdi32: Don't use the DC colors when drawing a monochrome pattern to a monochrome DDB. gdi32: Always store a copy of the bitmap bits for pattern brushes. winex11: Always create the brush pixmap from the pattern bits. gdi32: Remove the CopyBitmap driver entry point....
2010 Apr 16
0
Wine release 1.1.43
...wined3d: Move Q8W8V8U8 conversion to the format table. wined3d: Move X8L8V8U8 surface conversion to the format table. wined3d: Add an initial fbo_blit_supported implementation. wined3d: Add an initial implementation of arbfp_blit_surface. winex11: Add support for 32-bit DDBs. wined3d: Move L6V5U5 conversion to the formats table. wined3d: Move D24FS8 to formats table. wined3d: Move D24X4S4 to the formats table. wined3d: Move D15S1 over to the formats table. wined3d: Move R32G32F convertion to the formats table. wined3d: Move G16R16/R1...
2011 Dec 16
0
Wine release 1.3.35
...entation, use the null driver fallback instead. gdi32/tests: Fix some test failures on old Windows versions. ntdll: Make an error message a proper ERR. widl: Zero-initialize [out] structures and unions that contain pointers. gdi32/tests: Add some tests for behavior of 32-bit DDBs. winex11: Add missing initialization of pattern brush style. wine.inf: Also create iexplorer.exe in the system directory for registration. setupapi: Specify the correct binary file name when registering an executable. kernel32: Don't run a nonexistent builtin from Create...
2011 Oct 21
0
Wine release 1.3.31
...get_pixel primitives. gdi32: Implement GetPixel. gdi32/tests: Add tests for GetPixel. gdi32/tests: Remove the no longer used todo functionality of the test_color macro. gdi32: Fix character code metrics for bitmap fonts. gdi32: Add a fake 1-entry color table for 1-bpp ddbs. Hwang YunSong (2): po: Updated Korean translation. po: Updated Korean translation. Jacek Caban (28): vbscript: Pass arguments to 1-arg functions directly if they are VT_VARIANT|VT_BYREF. vbscript: Added Hex function implementation. vbscript: Added Hex function tests...
2011 Aug 05
0
Wine release 1.3.26
...tools: Register the MSI service from wine.inf. oleaut32: Generate a few more coclass registrations from idl. atl: Use the standard registration mechanism now that the initial registration is handled differently. gdi32: Partial implementation of PutImage in the null driver for DDBs. gdi32: Reimplement SetBitmapBits using the PutImage driver entry point. gdi32: Set the initial bits of a bitmap from the gdi side. gdi32: Get rid of the SetBitmapBits driver entry point. gdi32: Use GetImage to retrieve the brush bits in metafiles. gdi32: Use GetImage...
2008 Jul 11
0
Wine release 1.1.1
...context. Michael Karcher (7): crypt32: ComparePublicKeyInfo must ignore the leading zero. crypt32: Remove duplicate MS test root key. gdi32: Fix double->fixpoint conversion in freetype.c. gdi32: Fix palette of 1bpp DIB in GetDIBits. winex11: Fix GetDIBits of 1 bit DDBs. winex11: Made local constant static. Add support for compatibility mode in WineEngCreateFontInstance. Michael Stefaniuc (4): gdiplus: Remove redundant NULL check before GdipFree (Smatch). riched20: Fix typo. quartz: Compare a file handle to INVALID_HANDLE_VALUE and n...
2010 Jul 30
0
Wine release 1.3.0
...inmm: Wrap TRACE strings with debugstr_a/debugstr_an. Travis Athougies (1): wpp: Fixed bug in preventing add_text_to_macro from handling macros over 1 kb large. Vincent Povirk (17): windowscodecs: Ignore the length field of RLE compressed bitmaps. oleaut32: Add test for dibs vs. ddbs in IPicture. user32: Don't dump structures of some ambiguous listview messages. shell32: Don't access szFullPath when SHGFI_PIDL is set in SHGetFileInfo. ole32: Update storage header saving code based on the latest MS spec. ole32: Don't map storage files in memor...