Giter Club home page Giter Club logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
This has got nothing to do with the unit test; it's just warning you that 
you've compiled with suboptimal flags for speed. If you want to compile without 
assertions, defining NDEBUG is the standard way, e.g. CFLAGS="-O2 -DNDEBUG" 
CXXFLAGS="-O2 -DNDEBUG" ./configure. (This is not Snappy-specific; the same 
holds for assert() from the standard C library.)

Original comment by [email protected] on 7 May 2011 at 2:37

  • Changed state: Invalid

from snappy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Thanks for quickly response.

warning disappered. but I've another issue:

I test snappy-1.0.1 and lzo2.04 to compare with this result:
http://www.spinics.net/lists/linux-driver-devel/msg14417.html

but I got a very different result:
origin data total size: 1692240669 (1.7GB text)

snappy compressed time total:7441 ms
snappy decompressed time total:1620 ms
lzo compressed time total:8544 ms
lzo decompressed time total:4607 ms

I used snappy-java, also call lzo in Java.

Original comment by [email protected] on 7 May 2011 at 2:58

from snappy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
UPDATED:
I changed compile options(provided in your answer)
Got a new result:

snappy compressed time total:3878ms
snappy decompressed time total:1589ms
lzo compressed time total:8471ms
lzo decompressed time total:4575ms

does that ok as snappy test result.

Original comment by [email protected] on 7 May 2011 at 3:02

from snappy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.