Giter Club home page Giter Club logo

leveldbwin's Introduction

1.You must define LEVELDB_DLL in your project if you use leveldb as a dll.
2.If your windows version is lower than 6.0(windows vista),you should undefine the USE_VISTA_API micro in port_win32.h.
3.Leveldbwin may be not stable now ,so it is not suggested to use leveldbwin in your project.
4.Modification in leveldb code :
	1) including path in some headers.
	2) delete some useless platform files.

leveldbwin's People

Stargazers

林毅 avatar

leveldbwin's Issues

another port

在发现这里之前我也自己尝试port leveldb(rev 49)到windows, 
代码部分是借鉴网上的(也包含你的), 测试都能通过, 
希望对你有点用处.

Original issue reported on code.google.com by [email protected] on 30 Aug 2011 at 9:50

vc2008

我是来自csdn的朋友,请教能否用vc2008编译leveldb
并请教能否用leveldb存储blob值,如果数据流在1T~2T之间,每��
�blob大约30K,性能将会如何?

Original issue reported on code.google.com by [email protected] on 20 Aug 2011 at 9:43

Source file license headers missing

Would like to use this project but several source files are missing license 
headers.  Perhaps it should use the standard leveldb source files header which 
looks like:


    // Copyright (c) 2011 The LevelDB Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style license that can be
    // found in the LICENSE file. See the AUTHORS file for names of contributors.

Original issue reported on code.google.com by [email protected] on 22 Aug 2012 at 7:31

UnitTest broken: DBTest.Randomized fails on release build

All tests passed on debug build, but on release build, DBTest.Randomized always 
fails.

My build env: VS 2010 + SP1, Windows 7
Revision: r16(latest by now)

Error message:

==== Test DBTest.Randomized
Step 0 of 10000
1 entries compared: ok=1
1 entries compared: ok=1
1 entries compared: ok=1
Step 100 of 10000
36 entries compared: ok=1
1 entries compared: ok=1
36 entries compared: ok=1
Step 200 of 10000
70 entries compared: ok=1
36 entries compared: ok=1
70 entries compared: ok=1
Step 300 of 10000
101 entries compared: ok=1
70 entries compared: ok=1
step 300: Key mismatch: '\x00\x00a\xfdc\xff' vs. '\x00e\x01'
2 entries compared: ok=0
E:\SDK\leveldbwin\leveldbwin-read-only\leveldb_src\db\db_test.cc:1362: Assertion
 failure CompareIterators(step, &model, db_, NULL, NULL)

Any comments?

Original issue reported on code.google.com by [email protected] on 11 Oct 2012 at 4:58

版本什么时候更新啊?

我不知道leveldb如何更改才可以支持windows
可以给出wiki么?让我自己动手也行。现在 
没那么多时间研究。
如果有人 可以 改下,将leveldb最新的1.5版本 
更新,那就好了!

Original issue reported on code.google.com by anyanmw on 2 Aug 2012 at 2:47

Lossy integer conversion error in 64-bit build of slice.h.

What steps will reproduce the problem?
1. Visually inspect the source code of slice.h.
2. Notice lossy integer conversion error.

What is the expected output?
Integer assignments to larger or same bit length.

What do you see instead?
size_t assigned to int ()

What version of the product are you using? On what operating system?
Current online source.

Please provide any additional information below.

Slice size_t member is declared as size_t:
size_t size_;

Later min_len is assigned the value of the size_ member.
const int min_len = (size_ < b.size_) ? size_ : b.size_;

Original issue reported on code.google.com by [email protected] on 24 Mar 2014 at 1:33

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.