Why can Xippit use big dictionary in 32-bit Windows?
A. 32-bit Windows allocates only 2 GB of virtual space per one application. Also the block can be fragmented (for example, by some DLL file), so Xippit is unable to allocate one big contiguous block of virtual space. There are no such limitations in 64-bit Windows, so you can use any dictionary in Windows x64.