Skip to content

Make ArcadeDB stable#42

Closed
tglman wants to merge 1 commit intoArcadeData:mainfrom
tglman:main
Closed

Make ArcadeDB stable#42
tglman wants to merge 1 commit intoArcadeData:mainfrom
tglman:main

Conversation

@tglman
Copy link
Copy Markdown

@tglman tglman commented Sep 9, 2021

No description provided.

@arcade-player
Copy link
Copy Markdown
Contributor

@lvca
Copy link
Copy Markdown
Member

lvca commented Sep 9, 2021

I appreciate your irony here @tglman :-) Perhaps you should spend this time working on OrientDB instead. I'd start with a synchronous journal that doesn't lose transactions in case of a crash. Or by completely replacing the old, slow, and buggy plocal engine with something fast and more secure, like RocksDB? Just a couple of suggestions ;-)

But if you change your mind and you want to be part of ArcadeDB, you are always welcome!

@lvca lvca closed this Sep 9, 2021
@lvca lvca added the invalid This doesn't seem right label Sep 9, 2021
@andrii0lomakin
Copy link
Copy Markdown

@lvca Probably would be better to add MVRBTree instead? The fastest index ever?

@andrii0lomakin
Copy link
Copy Markdown

andrii0lomakin commented Sep 9, 2021

Or maybe would be better to copy one from the three absolutely non-working implementations of distributed storage because all of them had zero bugs in the bug tracker? Just a couple of suggestions.

@lvca
Copy link
Copy Markdown
Member

lvca commented Sep 9, 2021

@Laa Surprised you're monitoring the ArcadeDB project :-) I don't want to waste too much time here talking about why OrientDB is in such bad shape today... But this is the beauty of Open Source: @Laa and @tglman, please show everybody that I'm totally wrong, that the current OrientDB engine is not a monster and make OrientDB better, faster and safer ;-)

@tglman
Copy link
Copy Markdown
Author

tglman commented Sep 9, 2021

Hi,
I actually pointed @Laa to this PR, it was just fun, I must reject the offer of help, I'm not used to work on such high quality code

mergify bot added a commit that referenced this pull request Sep 23, 2025
… 0.3.30 to 0.3.31 in /studio [skip ci]

Bumps [@jridgewell/trace-mapping](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping) from 0.3.30 to 0.3.31.
Changelog

*Sourced from [`@​jridgewell/trace-mapping`'s changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/trace-mapping/CHANGELOG.md).*

> [0.3.31] - 2025-09-10
> =====================
>
> * Improve the performance of `generatedPositionFor`: [#42](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping/issues/42)
>
> **Full Changelog**: <jridgewell/sourcemaps@trace-mapping/0.3.30...trace-mapping/0.3.31>


Commits

* [`74fc8e1`](jridgewell/sourcemaps@74fc8e1) trace-mapping/0.3.31
* [`2042d5f`](jridgewell/sourcemaps@2042d5f) Use real arrays
* [`e2f5db1`](jridgewell/sourcemaps@e2f5db1) simplifiy with PR feedback
* [`5c8e94e`](jridgewell/sourcemaps@5c8e94e) Merge remote-tracking branch 'upstream/main' into connor4312/41
* [`08f7307`](jridgewell/sourcemaps@08f7307) Benchmark generatedPositionFor
* [`d3b3fcd`](jridgewell/sourcemaps@d3b3fcd) lint
* [`392ea80`](jridgewell/sourcemaps@392ea80) fix: pathological slow case in bySource
* See full diff in [compare view](https://github.com/jridgewell/sourcemaps/commits/trace-mapping/0.3.31/packages/trace-mapping)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=@jridgewell/trace-mapping&package-manager=npm\_and\_yarn&previous-version=0.3.30&new-version=0.3.31)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify bot added a commit that referenced this pull request Mar 9, 2026
Bumps [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) from 1.10.3 to 1.10.4.
Release notes

*Sourced from [at.yawk.lz4:lz4-java's releases](https://github.com/yawkat/lz4-java/releases).*

> lz4-java v1.10.4
> ----------------
>
> What's Changed
> --------------
>
> * Tune Linux native build flags and xxhash compilation by [`@​yawkat`](https://github.com/yawkat) in [yawkat/lz4-java#41](https://redirect.github.com/yawkat/lz4-java/pull/41)
> * Fix Linux native flags for non-x86 CI builds by [`@​yawkat`](https://github.com/yawkat) in [yawkat/lz4-java#42](https://redirect.github.com/yawkat/lz4-java/pull/42)
>
> These changes attempt to fix the native performance regression in 1.9+. They should have no functional or security impact.
>
> **Full Changelog**: <yawkat/lz4-java@v1.10.3...v1.10.4>


Commits

* [`de5e4db`](yawkat/lz4-java@de5e4db) Fix Linux native flags for non-x86 CI builds ([#42](https://redirect.github.com/yawkat/lz4-java/issues/42))
* [`f659131`](yawkat/lz4-java@f659131) Tune Linux native build flags and xxhash compilation ([#41](https://redirect.github.com/yawkat/lz4-java/issues/41))
* See full diff in [compare view](yawkat/lz4-java@v1.10.3...v1.10.4)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=at.yawk.lz4:lz4-java&package-manager=maven&previous-version=1.10.3&new-version=1.10.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants