Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 50/remove snappy from contrib #109

Merged
merged 8 commits into from
Mar 22, 2024

Conversation

tsayukov
Copy link
Collaborator

@tsayukov tsayukov commented Mar 21, 2024

  • Текущей версией snappy, используемой в contrib, является 1.1.10. В apt есть 1.1.8, поэтому добавил в README.md откуда качать 1.1.10, как собирать и устанавливать.
  • Единственный актуальный патч был на snappy.cc (62ea0de), но хоть он и по делу, без него ничего не сломается, т.к. SNAPPY_HAVE_X86_CRC32 определяется, если архитектура поддерживает SSE4.2, но по факту на AMD и Intel SSE4.2 появился раньше, чем AVX, и на всех последующих микроархитектурах есть и то, и то, так что если есть поддержка SSE4.2, то всё равно подключится нужный хедер для AVX.

@tsayukov tsayukov requested a review from GitSparTV March 21, 2024 21:19
@GitSparTV
Copy link
Collaborator

Пишет, что билд не получился. Починишь?

@tsayukov
Copy link
Collaborator Author

Пишет, что билд не получился. Починишь?

Починил!

Copy link
Collaborator

@GitSparTV GitSparTV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Привет! Поздравляю с выполнением задачки.
Всё хорошо, поправь один комментарий

@@ -8,6 +8,6 @@ add_subdirectory(libc_compat)
add_subdirectory(lz4)
add_subdirectory(lzmasdk)
add_subdirectory(nayuki_md5)
add_subdirectory(snappy)
#add_subdirectory(snappy)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Кажется, правильней удалить строчку, чем комментировать

@@ -9,6 +9,7 @@ find_package(RapidJSON REQUIRED)
find_package(ZLIB REQUIRED)
find_package(xxHash REQUIRED)
find_package(ZSTD REQUIRED)
find_package(Snappy 1.1.10 REQUIRED CONFIG)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А почему 1.1.10? Так ли прям она нам нужна? Может поставить 1.1.8, и тогда пользователи смогут пользоваться apt, а не руками устанавливать либу?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Да, я погорячился. Последние патчи в snappy в основном перформанс и сборку улучшали, и нет особых причин держаться за 1.1.10. Исправил

1.1.10 is too strict requirement, for which there's no necessary reason
Now we ask users to install snappy through apt package
@Gazizonoki Gazizonoki merged commit 5e2aec3 into main Mar 22, 2024
1 check passed
@Gazizonoki Gazizonoki deleted the issue-50/remove-snappy-from-contrib branch March 22, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants