Efficient access to the inverted index data structure is a key aspect for a search engine to achieve fast response times to users ’ queries. While the performance of an information retrieval (IR) system can be enhanced through the compression of its posting lists, there is little recent work in the literature that thoroughly compares and analyses the performance of modern integer com-pression schemes across different types of posting information (document ids, frequencies, positions). In this paper, we experiment with different modern inte-ger compression algorithms, integrating these into a modern IR system. Through comprehensive experiments conducted on two large, widely used document cor-pora and large query sets, our results show the be...